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

  /external/chromium_org/v8/src/
hydrogen-bch.cc 223 !limit_block->Dominates(pre_header)) {
235 !check->check()->length()->block()->Dominates(pre_header)) {
294 !limit->block()->Dominates(pre_header)) {
hydrogen-escape-analysis.cc 142 if (!allocate_block->Dominates(block) && allocate_block != block) continue;
235 if (!allocate_block->Dominates(succ)) continue;
hydrogen-instructions.cc 779 ASSERT(other_block->Dominates(cur_block));
    [all...]
hydrogen.h 113 bool Dominates(HBasicBlock* other) const;
    [all...]
hydrogen.cc 268 bool HBasicBlock::Dominates(HBasicBlock* other) const {
383 // Header always dominates everything.
397 // now, it's not possible to guarantee that the current block dominates
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 625 ASSERT(other_block->Dominates(cur_block));
    [all...]
hydrogen.h 104 bool Dominates(HBasicBlock* other) const;
    [all...]
hydrogen.cc 216 bool HBasicBlock::Dominates(HBasicBlock* other) const {
331 // Header always dominates everything.
345 // now, it's not possible to guarantee that the current block dominates
    [all...]

Completed in 156 milliseconds