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.cc727 bool HInstruction::Dominates(HInstruction* other) { function in class:v8::internal::HInstruction
729 return block()->Dominates(other->block());
763 ASSERT(other_block->Dominates(cur_block));
2089 !limit_validity()->Dominates(check->block())) return;
3805 if (!current_instr->Dominates(dominator_allocate)) {
4595 defining_block->Dominates(predecessor_block));
H A Dhydrogen-check-elimination.cc187 old_entry->check_->block()->Dominates(succ)) {
H A Dhydrogen.h91 bool Dominates(HBasicBlock* other) const;
H A Dhydrogen-instructions.h1163 bool Dominates(HInstruction* other);
H A Dhydrogen.cc278 bool HBasicBlock::Dominates(HBasicBlock* other) const { function in class:v8::internal::HBasicBlock
290 return Dominates(other);

Completed in 111 milliseconds