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

  /art/compiler/optimizing/
nodes.cc 250 if (!header_->Dominates(back_edge)) {
278 bool HBasicBlock::Dominates(HBasicBlock* other) const {
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 727 bool HInstruction::Dominates(HInstruction* other) {
729 return block()->Dominates(other->block());
763 ASSERT(other_block->Dominates(cur_block));
    [all...]
hydrogen.cc 278 bool HBasicBlock::Dominates(HBasicBlock* other) const {
290 return Dominates(other);
408 // Header always dominates everything.
422 // now, it's not possible to guarantee that the current block dominates
    [all...]

Completed in 47 milliseconds