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

  /external/chromium_org/v8/src/
hydrogen-bce.h 58 EliminateRedundantBoundsChecks(graph()->entry_block());
hydrogen-deoptimizing-mark.cc 34 HBasicBlock* block = graph()->entry_block();
hydrogen-gvn.cc 647 HBasicBlock* entry_block,
650 GvnBasicBlockState(NULL, entry_block, entry_map, NULL, zone);
756 HBasicBlock* entry_block = graph()->entry_block(); local
759 GvnBasicBlockState::CreateEntry(zone(), entry_block, entry_map);
hydrogen-range-analysis.cc 59 HBasicBlock* block(graph()->entry_block());
hydrogen-bch.cc 403 table.CollectInductionVariableData(graph()->entry_block());
hydrogen.cc 496 ReachabilityAnalyzer(HBasicBlock* entry_block,
500 stack_(16, entry_block->zone()),
501 reachable_(block_count, entry_block->zone()),
503 PushBlock(entry_block);
984 set_current_block(graph()->entry_block());
    [all...]
hydrogen.h 316 HBasicBlock* entry_block() const { return entry_block_; } function in class:v8::internal::HGraph
    [all...]
  /external/llvm/test/Bindings/Ocaml/
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
analysis.ml 24 let at_entry = builder_at_end context (entry_block fn) in
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
scalar_opts.ml 39 ignore (build_ret_void (builder_at_end context (entry_block fn)));
vmcore.ml 502 let b = builder_at_end context (entry_block fn) in
529 let b = builder_at_end context (entry_block fn) in
591 ignore (build_unreachable (builder_at_end context (entry_block fn)));
605 ignore (build_unreachable (builder_at_end context (entry_block fn)));
614 ignore (build_unreachable (builder_at_end context (entry_block fn)));
626 ignore (build_unreachable (builder_at_end context (entry_block fn)));
708 insist (bb = entry_block fn);
730 let bb = entry_block fn in
738 let bb = entry_block fn in
779 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/net/tools/dump_cache/
dump_files.cc 196 disk_cache::CacheEntryBlock entry_block(file, address);
197 if (!entry_block.Load())
200 memcpy(entry, entry_block.Data(), sizeof(*entry));
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 240 disk_cache::StorageBlock<disk_cache::EntryStore> entry_block(file, address);
241 if (!entry_block.Load())
244 memcpy(entry, entry_block.Data(), sizeof(*entry));
  /art/compiler/dex/portable/
mir_to_gbc.cc 1848 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
  /external/v8/src/
hydrogen.h 253 HBasicBlock* entry_block() const { return entry_block_; } function in class:v8::internal::HGraph
    [all...]
hydrogen.cc 444 ReachabilityAnalyzer(HBasicBlock* entry_block,
451 PushBlock(entry_block);
828 MarkAsDeoptimizingRecursively(entry_block());
1014 Analyze(graph_->entry_block());
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 1345 llvm::BasicBlock* entry_block = &func_->front(); local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 804 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
    [all...]
llvm.mli 1465 val entry_block : llvalue -> llbasicblock var
    [all...]

Completed in 480 milliseconds