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

  /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 1369 milliseconds