Searched refs:Dominates (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-bch.cc201 !limit_block->Dominates(pre_header)) {
213 !check->check()->length()->block()->Dominates(pre_header)) {
266 !limit->block()->Dominates(pre_header)) {
H A Dhydrogen-escape-analysis.cc174 if (!allocate_block->Dominates(block) && allocate_block != block) continue;
253 if (!allocate_block->Dominates(succ)) continue;
H A Dhydrogen-flow-engine.h177 return !root->Dominates(other); // Only visit dominated blocks.
H A Dhydrogen-instructions.cc721 bool HInstruction::Dominates(HInstruction* other) { function in class:v8::internal::HInstruction
723 return block()->Dominates(other->block());
757 DCHECK(other_block->Dominates(cur_block));
2062 !limit_validity()->Dominates(check->block())) return;
3742 if (!current_instr->Dominates(dominator_allocate)) {
4547 defining_block->Dominates(predecessor_block));
H A Dhydrogen-check-elimination.cc187 old_entry->check_->block()->Dominates(succ)) {
H A Dhydrogen.h92 bool Dominates(HBasicBlock* other) const;
H A Dhydrogen-instructions.h1193 bool Dominates(HInstruction* other);
H A Dhydrogen.cc284 bool HBasicBlock::Dominates(HBasicBlock* other) const { function in class:v8::internal::HBasicBlock
296 return Dominates(other);

Completed in 462 milliseconds