Home
last modified time | relevance | path

Searched refs:block_parent (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Symbol/
DBlock.cpp227 const Block *block_parent; in Contains() local
228 for (block_parent = block->GetParent(); in Contains()
229 block_parent != NULL; in Contains()
230 block_parent = block_parent->GetParent()) in Contains()
232 if (this == block_parent) in Contains()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml106 let the_function = block_parent start_bb in
168 let the_function = block_parent (insertion_block builder) in
244 let the_function = block_parent (insertion_block builder) in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml58 let the_function = block_parent start_bb in
106 let the_function = block_parent preheader_bb in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml76 let the_function = block_parent start_bb in
124 let the_function = block_parent preheader_bb in
/external/llvm/docs/tutorial/
DOCamlLangImpl5.rst268 let the_function = block_parent start_bb in
554 let the_function = block_parent preheader_bb in
1070 let the_function = block_parent start_bb in
1118 let the_function = block_parent preheader_bb in
DOCamlLangImpl7.rst376 let the_function = block_parent (insertion_block builder) in
748 let the_function = block_parent (insertion_block builder) in
1325 let the_function = block_parent start_bb in
1387 let the_function = block_parent (insertion_block builder) in
1463 let the_function = block_parent (insertion_block builder) in
DOCamlLangImpl6.rst1135 let the_function = block_parent start_bb in
1183 let the_function = block_parent preheader_bb in
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml894 external block_parent : llbasicblock -> llvalue = "LLVMGetBasicBlockParent"
Dllvm.mli1629 (** [block_parent bb] returns the parent function that owns the basic block.
1631 val block_parent : llbasicblock -> llvalue val
/external/llvm/test/Bindings/OCaml/
Dcore.ml921 insist (fn = block_parent bb);