/external/llvm/test/Bindings/Ocaml/ |
D | ipo_opts.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 39 let b = builder_at_end (global_context ()) (entry_block fn) in
|
D | vectorize_opts.ml | 42 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)));
|
D | linker.ml | 36 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 | vmcore.ml | 533 let b = builder_at_end context (entry_block fn) in 560 let b = builder_at_end context (entry_block fn) in 623 ignore (build_unreachable (builder_at_end context (entry_block fn))); 637 ignore (build_unreachable (builder_at_end context (entry_block fn))); 646 ignore (build_unreachable (builder_at_end context (entry_block fn))); 658 ignore (build_unreachable (builder_at_end context (entry_block fn))); 740 insist (bb = entry_block fn); 762 let bb = entry_block fn in 770 let bb = entry_block fn in 811 let bb = entry_block f in [all …]
|
/external/chromium_org/v8/src/ |
D | hydrogen-bce.h | 35 EliminateRedundantBoundsChecks(graph()->entry_block()); in Run()
|
D | hydrogen-gvn.cc | 677 HBasicBlock* entry_block, in CreateEntry() argument 680 GvnBasicBlockState(NULL, entry_block, entry_map, NULL, zone); in CreateEntry() 786 HBasicBlock* entry_block = graph()->entry_block(); in AnalyzeGraph() local 790 GvnBasicBlockState::CreateEntry(zone(), entry_block, entry_map); in AnalyzeGraph()
|
D | hydrogen-bch.cc | 373 table.CollectInductionVariableData(graph()->entry_block()); in HoistRedundantBoundsChecks()
|
D | hydrogen-range-analysis.cc | 36 HBasicBlock* block(graph()->entry_block()); in Run()
|
D | hydrogen.cc | 527 ReachabilityAnalyzer(HBasicBlock* entry_block, in ReachabilityAnalyzer() argument 531 stack_(16, entry_block->zone()), in ReachabilityAnalyzer() 532 reachable_(block_count, entry_block->zone()), in ReachabilityAnalyzer() 534 PushBlock(entry_block); in ReachabilityAnalyzer() 657 constant->InsertAfter(entry_block()->first()); in GetConstant() 669 constant->InsertAfter(entry_block()->first()); in ReinsertConstantIfNecessary() 703 constant->InsertAfter(entry_block()->first()); \ 1178 set_current_block(graph()->entry_block()); in CreateGraph()
|
D | hydrogen.h | 314 HBasicBlock* entry_block() const { return entry_block_; } in entry_block() function
|
/external/chromium_org/net/tools/dump_cache/ |
D | dump_files.cc | 239 disk_cache::StorageBlock<disk_cache::EntryStore> entry_block(file, address); in LoadEntry() local 240 if (!entry_block.Load()) in LoadEntry() 243 memcpy(entry, entry_block.Data(), sizeof(*entry)); in LoadEntry()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 169 LLVMBasicBlockRef entry_block; member
|
D | lp_bld_flow.c | 386 ifthen->entry_block = block; in lp_build_if() 440 LLVMPositionBuilderAtEnd(builder, ifthen->entry_block); in lp_build_endif()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 169 LLVMBasicBlockRef entry_block; member
|
D | lp_bld_flow.c | 386 ifthen->entry_block = block; in lp_build_if() 440 LLVMPositionBuilderAtEnd(builder, ifthen->entry_block); in lp_build_endif()
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 652 BasicBlock &entry_block(llvm_function.getEntryBlock()); in CreateResultVariable() local 653 Instruction *first_entry_instruction(entry_block.getFirstNonPHIOrDbg()); in CreateResultVariable() 2393 BasicBlock &entry_block(llvm_function.getEntryBlock()); in ReplaceVariables() local 2394 Instruction *FirstEntryInstruction(entry_block.getFirstNonPHIOrDbg()); in ReplaceVariables()
|
/external/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 | 880 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
|
D | llvm.mli | 1554 (** [entry_block fn] returns the entry basic block of the function [f]. 1556 val entry_block : llvalue -> llbasicblock val
|