Searched refs:iter_functions (Results 1 – 4 of 4) sorted by relevance
592 pub fn iter_functions(&self) -> ExecListIter<nir_function> { in iter_functions() method
731 let iter_functions f m = function
1502 (** [iter_functions f m] applies function [f] to each of the functions of module1504 val iter_functions : (llvalue -> unit) -> llmodule -> unit val
3598 for nf in self.nir.iter_functions() { in parse_shader()