/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | ipo_opts.ml | 41 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
|
D | executionengine.ml | 29 let b = builder_at_end (global_context ()) (entry_block fn) in 36 let b = builder_at_end (global_context ()) (entry_block fn) in
|
D | analysis.ml | 24 let at_entry = builder_at_end context (entry_block fn) in
|
D | vmcore.ml | 496 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 …]
|
D | scalar_opts.ml | 39 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
/external/llvm/test/Bindings/OCaml/ |
D | 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
|
D | 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
|
D | 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))); 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 …]
|
D | vectorize.ml | 42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
D | analysis.ml | 27 let at_entry = builder_at_end context (entry_block fn) in
|
D | linker.ml | 40 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
D | scalar_opts.ml | 42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | pr25281.ll | 9 entry_block: 21 %frameIndex = phi i32 [ 0, %entry_block ], [ %nextFrameIndex, %for_each_frames_end ]
|
/external/v8/src/crankshaft/ |
D | hydrogen-bce.h | 35 EliminateRedundantBoundsChecks(graph()->entry_block()); in Run()
|
D | hydrogen-gvn.cc | 681 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()
|
D | hydrogen-range-analysis.cc | 37 HBasicBlock* block(graph()->entry_block()); in Run()
|
D | hydrogen.cc | 700 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/ |
D | lp_bld_flow.c | 386 ifthen->entry_block = block; in lp_build_if() 440 LLVMPositionBuilderAtEnd(builder, ifthen->entry_block); in lp_build_endif()
|
D | lp_bld_flow.h | 172 LLVMBasicBlockRef entry_block; member
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 18 let builder = builder_at context (instr_begin (entry_block the_function)) in
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 18 let builder = builder_at context (instr_begin (entry_block the_function)) in
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl7.rst | 344 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/ |
D | llvm.ml | 922 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 803 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
|
D | llvm.mli | 1462 (** [entry_block fn] returns the entry basic block of the function [f]. 1464 val entry_block : llvalue -> llbasicblock val
|