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

  /external/llvm/test/Bindings/OCaml/
analysis.ml 27 let at_entry = builder_at_end context (entry_block fn) in
core.ml 578 let b = builder_at_end context (entry_block fn) in
605 let b = builder_at_end context (entry_block fn) in
668 ignore (build_unreachable (builder_at_end context (entry_block fn)));
682 ignore (build_unreachable (builder_at_end context (entry_block fn)));
691 ignore (build_unreachable (builder_at_end context (entry_block fn)));
703 ignore (build_unreachable (builder_at_end context (entry_block fn)));
786 ignore (build_unreachable (builder_at_end context bb));
800 ignore (build_unreachable (builder_at_end context bba));
801 ignore (build_unreachable (builder_at_end context bbb));
808 ignore (build_unreachable (builder_at_end context bb))
    [all...]
executionengine.ml 32 let b = builder_at_end (global_context ()) (entry_block fn) in
40 let b = builder_at_end (global_context ()) (entry_block fn) in
ipo.ml 44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
45 let b = builder_at_end context (entry_block fn2) in
linker.ml 36 ignore (build_ret_void (builder_at_end context (entry_block fn)));
vectorize.ml 42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
scalar_opts.ml 42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 1120 let builder_at_end context bb = builder_at context (At_end bb) var
    [all...]
llvm.mli 1885 val builder_at_end : llcontext -> llbasicblock -> llbuilder var
    [all...]

Completed in 652 milliseconds