Home
last modified time | relevance | path

Searched refs:entry_block (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dipo_opts.ml41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
42 let b = builder_at_end context (entry_block fn2) in
Dexecutionengine.ml29 let b = builder_at_end (global_context ()) (entry_block fn) in
36 let b = builder_at_end (global_context ()) (entry_block fn) in
Dvmcore.ml496 let b = builder_at_end context (entry_block fn) in
523 let b = builder_at_end context (entry_block fn) in
585 ignore (build_unreachable (builder_at_end context (entry_block fn)));
599 ignore (build_unreachable (builder_at_end context (entry_block fn)));
608 ignore (build_unreachable (builder_at_end context (entry_block fn)));
620 ignore (build_unreachable (builder_at_end context (entry_block fn)));
702 insist (bb = entry_block fn);
724 let bb = entry_block fn in
732 let bb = entry_block fn in
773 let bb = entry_block f in
[all …]
Danalysis.ml24 let at_entry = builder_at_end context (entry_block fn) in
Dscalar_opts.ml39 ignore (build_ret_void (builder_at_end context (entry_block fn)));
/external/llvm/test/Bindings/OCaml/
Dipo.ml44 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
Dexecutionengine.ml32 let b = builder_at_end (global_context ()) (entry_block fn) in
40 let b = builder_at_end (global_context ()) (entry_block fn) in
Dcore.ml578 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)));
785 insist (bb = entry_block fn);
807 let bb = entry_block fn in
815 let bb = entry_block fn in
856 let bb = entry_block f in
[all …]
Dvectorize.ml42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
Danalysis.ml27 let at_entry = builder_at_end context (entry_block fn) in
Dlinker.ml40 ignore (build_ret_void (builder_at_end context (entry_block fn)));
Dscalar_opts.ml42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
/external/llvm/test/Transforms/LoopVectorize/
Dpr25281.ll9 entry_block:
21 %frameIndex = phi i32 [ 0, %entry_block ], [ %nextFrameIndex, %for_each_frames_end ]
/external/v8/src/crankshaft/
Dhydrogen-gvn.cc681 HBasicBlock* entry_block, in CreateEntry() argument
684 GvnBasicBlockState(NULL, entry_block, entry_map, NULL, zone); in CreateEntry()
790 HBasicBlock* entry_block = graph()->entry_block(); in AnalyzeGraph() local
794 GvnBasicBlockState::CreateEntry(zone(), entry_block, entry_map); in AnalyzeGraph()
Dhydrogen-bce.h35 EliminateRedundantBoundsChecks(graph()->entry_block()); in Run()
Dhydrogen-range-analysis.cc37 HBasicBlock* block(graph()->entry_block()); in Run()
Dhydrogen.cc700 ReachabilityAnalyzer(HBasicBlock* entry_block, in ReachabilityAnalyzer() argument
704 stack_(16, entry_block->zone()), in ReachabilityAnalyzer()
705 reachable_(block_count, entry_block->zone()), in ReachabilityAnalyzer()
707 PushBlock(entry_block); in ReachabilityAnalyzer()
830 constant->InsertAfter(entry_block()->first()); in GetConstant()
842 constant->InsertAfter(entry_block()->first()); in ReinsertConstantIfNecessary()
876 constant->InsertAfter(entry_block()->first()); \
1366 set_current_block(graph()->entry_block()); in CreateGraph()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c386 ifthen->entry_block = block; in lp_build_if()
440 LLVMPositionBuilderAtEnd(builder, ifthen->entry_block); in lp_build_endif()
Dlp_bld_flow.h172 LLVMBasicBlockRef entry_block; member
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml18 let builder = builder_at context (instr_begin (entry_block the_function)) in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml18 let builder = builder_at context (instr_begin (entry_block the_function)) in
/external/llvm/docs/tutorial/
DOCamlLangImpl7.rst344 let builder = builder_at (instr_begin (entry_block the_function)) in
1237 let builder = builder_at context (instr_begin (entry_block the_function)) in
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml922 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml803 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
Dllvm.mli1462 (** [entry_block fn] returns the entry basic block of the function [f].
1464 val entry_block : llvalue -> llbasicblock val

12