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

  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 175 if (!allocate_block->Dominates(block) && allocate_block != block) continue;
254 if (!allocate_block->Dominates(succ)) continue;
hydrogen-flow-engine.h 177 return !root->Dominates(other); // Only visit dominated blocks.
hydrogen-check-elimination.cc 185 // Keep the check if the existing check's block dominates the successor.
187 old_entry->check_->block()->Dominates(succ)) {
hydrogen-instructions.cc 709 bool HInstruction::Dominates(HInstruction* other) {
711 return block()->Dominates(other->block());
745 DCHECK(other_block->Dominates(cur_block));
    [all...]
hydrogen.h 115 bool Dominates(HBasicBlock* other) const;
    [all...]
hydrogen-instructions.h     [all...]
hydrogen.cc 455 bool HBasicBlock::Dominates(HBasicBlock* other) const {
467 return Dominates(other);
585 // Header always dominates everything.
599 // now, it's not possible to guarantee that the current block dominates
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc 213 // Check that the existing HBoundType dominates all the uses.
221 DCHECK(!dominator_block->Dominates(user->GetBlock())
275 if (notNullBlock->Dominates(user->GetBlock())) {
415 if (instanceOfTrueBlock->Dominates(user->GetBlock())) {
    [all...]
find_loops_test.cc 342 ASSERT_FALSE(info->GetHeader()->Dominates(info->GetBackEdges()[0]));
graph_checker.cc 407 // Ensure an instruction dominates all its uses.
660 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) {
    [all...]
bounds_check_elimination.cc     [all...]
nodes.cc 730 if (!header_->Dominates(back_edge)) {
739 if (!block->Dominates(back_edge)) {
746 bool HBasicBlock::Dominates(HBasicBlock* other) const {
    [all...]
load_store_elimination.cc     [all...]
nodes.h     [all...]
  /external/v8/src/compiler/
verifier.cc     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]

Completed in 354 milliseconds