Searched refs:entry_block (Results 1 - 17 of 17) sorted by relevance
/external/v8/src/crankshaft/ |
H A D | hydrogen-bce.h | 35 EliminateRedundantBoundsChecks(graph()->entry_block());
|
H A D | hydrogen-gvn.cc | 680 HBasicBlock* entry_block, 683 GvnBasicBlockState(NULL, entry_block, entry_map, NULL, zone); 789 HBasicBlock* entry_block = graph()->entry_block(); local 793 GvnBasicBlockState::CreateEntry(zone(), entry_block, entry_map); 679 CreateEntry(Zone* zone, HBasicBlock* entry_block, HInstructionMap* entry_map) argument
|
H A D | hydrogen-range-analysis.cc | 36 HBasicBlock* block(graph()->entry_block());
|
H A D | hydrogen.cc | 698 ReachabilityAnalyzer(HBasicBlock* entry_block, argument 702 stack_(16, entry_block->zone()), 703 reachable_(block_count, entry_block->zone()), 705 PushBlock(entry_block); 828 constant->InsertAfter(entry_block()->first()); 840 constant->InsertAfter(entry_block()->first()); 874 constant->InsertAfter(entry_block()->first()); \ 1368 set_current_block(graph()->entry_block());
|
H A D | hydrogen.h | 337 HBasicBlock* entry_block() const { return entry_block_; } function in class:v8::internal::final
|
/external/llvm/test/Bindings/OCaml/ |
H A 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
|
H A D | vectorize.ml | 42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
H A 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
|
H A D | analysis.ml | 27 let at_entry = builder_at_end context (entry_block fn) in
|
H A D | linker.ml | 36 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
H A D | scalar_opts.ml | 42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
H A 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 [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_flow.h | 169 LLVMBasicBlockRef entry_block; member in struct:lp_build_if_state
|
H A D | lp_bld_flow.c | 386 ifthen->entry_block = block; 439 /* Insert the conditional branch instruction at the end of entry_block */ 440 LLVMPositionBuilderAtEnd(builder, ifthen->entry_block);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | codegen.ml | 18 let builder = builder_at context (instr_begin (entry_block the_function)) in
|
/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 898 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
|
H A D | llvm.mli | 1609 (** [entry_block fn] returns the entry basic block of the function [f]. 1611 val entry_block : llvalue -> llbasicblock var
|
Completed in 192 milliseconds