HomeSort by relevance Sort by last modified time
    Searched full:block_parent (Results 1 - 9 of 9) sorted by null

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 58 let the_function = block_parent start_bb in
106 let the_function = block_parent preheader_bb in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 106 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/Chapter6/
codegen.ml 76 let the_function = block_parent start_bb in
124 let the_function = block_parent preheader_bb in
  /external/llvm/docs/tutorial/
OCamlLangImpl5.rst 268 let the_function = block_parent start_bb in
554 let the_function = block_parent preheader_bb in
    [all...]
OCamlLangImpl7.rst 376 let the_function = block_parent (insertion_block builder) in
748 let the_function = block_parent (insertion_block builder) in
    [all...]
OCamlLangImpl6.rst     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 1485 val block_parent : llbasicblock -> llvalue var
    [all...]
llvm.ml 802 external block_parent : llbasicblock -> llvalue = "LLVMGetBasicBlockParent"
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 826 insist (fn = block_parent bb);
    [all...]

Completed in 468 milliseconds