Home
last modified time | relevance | path

Searched defs:iter_instrs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1001 let iter_instrs f bb = global() function
H A Dllvm.mli1678 val iter_instrs: (llvalue -> unit) -> llbasicblock -> unit global() val