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 721 bool HInstruction::Dominates(HInstruction* other) {
723 return block()->Dominates(other->block());
757 DCHECK(other_block->Dominates(cur_block));
    [all...]
hydrogen.cc 284 bool HBasicBlock::Dominates(HBasicBlock* other) const {
296 return Dominates(other);
414 // Header always dominates everything.
428 // now, it's not possible to guarantee that the current block dominates
    [all...]

Completed in 456 milliseconds