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

  /external/v8/src/
hydrogen-bch.cc 48 HLoopInformation* loop = data->phi()->block()->current_loop();
51 is_in_loop_ = loop->IsNestedInThisLoop(block()->current_loop());
100 loop_header_ = data->phi()->block()->current_loop()->loop_header();
195 data->phi()->block()->current_loop()->loop_header();
hydrogen-flow-engine.h 165 DCHECK(member->current_loop() == loop);
hydrogen-instructions.cc     [all...]
hydrogen.h 51 HLoopInformation* current_loop() const { function in class:v8::internal::FINAL
    [all...]
  /external/v8/src/compiler/
scheduler.cc 1081 LoopInfo* current_loop = NULL; local
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 51 HLoopInformation* current_loop = current->GetLoopInformation(); local
52 if (InSameLoop(block_loop, current_loop)
53 || !IsLoop(current_loop)
54 || IsInnerLoop(current_loop, block_loop)) {
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 372 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
374 LLVMBuildBr(gallivm->builder, current_loop->endloop_block);
384 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
386 LLVMBuildBr(gallivm->builder, current_loop->loop_block);
462 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
465 LLVMBuildBr(gallivm->builder, current_loop->loop_block);
468 LLVMPositionBuilderAtEnd(gallivm->builder, current_loop->endloop_block);
    [all...]
  /art/compiler/dex/
mir_graph.cc 2013 ArenaBitVector* current_loop = local
    [all...]

Completed in 416 milliseconds