HomeSort by relevance Sort by last modified time
    Searched refs:entry_block (Results 1 - 25 of 25) sorted by null

  /art/compiler/optimizing/
graph_test.cc 72 HBasicBlock* entry_block = createGotoBlock(graph, &allocator); local
78 entry_block->AddSuccessor(if_block);
107 HBasicBlock* entry_block = createGotoBlock(graph, &allocator); local
113 entry_block->AddSuccessor(if_block);
142 HBasicBlock* entry_block = createGotoBlock(graph, &allocator); local
147 graph->SetEntryBlock(entry_block);
148 entry_block->AddSuccessor(if_block);
163 ASSERT_EQ(if_block->GetPredecessors().Get(0), entry_block);
178 HBasicBlock* entry_block = createGotoBlock(graph, &allocator); local
183 graph->SetEntryBlock(entry_block);
214 HBasicBlock* entry_block = createGotoBlock(graph, &allocator); local
254 HBasicBlock* entry_block = createGotoBlock(graph, &allocator); local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-bce.h 35 EliminateRedundantBoundsChecks(graph()->entry_block());
hydrogen-gvn.cc 677 HBasicBlock* entry_block,
680 GvnBasicBlockState(NULL, entry_block, entry_map, NULL, zone);
786 HBasicBlock* entry_block = graph()->entry_block(); local
790 GvnBasicBlockState::CreateEntry(zone(), entry_block, entry_map);
hydrogen-bch.cc 373 table.CollectInductionVariableData(graph()->entry_block());
hydrogen-range-analysis.cc 36 HBasicBlock* block(graph()->entry_block());
hydrogen.cc 527 ReachabilityAnalyzer(HBasicBlock* entry_block,
531 stack_(16, entry_block->zone()),
532 reachable_(block_count, entry_block->zone()),
534 PushBlock(entry_block);
657 constant->InsertAfter(entry_block()->first());
669 constant->InsertAfter(entry_block()->first());
703 constant->InsertAfter(entry_block()->first()); \
    [all...]
hydrogen.h 314 HBasicBlock* entry_block() const { return entry_block_; } function in class:v8::internal::FINAL
    [all...]
  /external/llvm/test/Bindings/Ocaml/
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
vectorize_opts.ml 42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
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
analysis.ml 27 let at_entry = builder_at_end context (entry_block fn) in
linker.ml 36 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)));
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 i
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 169 LLVMBasicBlockRef entry_block; member in struct:lp_build_if_state
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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 169 LLVMBasicBlockRef entry_block; member in struct:lp_build_if_state
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/chromium_org/net/tools/dump_cache/
dump_files.cc 239 disk_cache::StorageBlock<disk_cache::EntryStore> entry_block(file, address);
240 if (!entry_block.Load())
243 memcpy(entry, entry_block.Data(), sizeof(*entry));
  /external/lldb/source/Expression/
IRForTarget.cpp 652 BasicBlock &entry_block(llvm_function.getEntryBlock());
653 Instruction *first_entry_instruction(entry_block.getFirstNonPHIOrDbg());
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1862 bool entry_block = (bb->block_type == kEntryBlock); local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 18 let builder = builder_at context (instr_begin (entry_block the_function)) in
  /art/compiler/llvm/
gbc_expander.cc 1321 llvm::BasicBlock* entry_block = &func_->front(); local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 880 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock
    [all...]
llvm.mli 1556 val entry_block : llvalue -> llbasicblock var
    [all...]

Completed in 465 milliseconds