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

  /external/v8/src/compiler/
verifier.cc     [all...]
  /art/compiler/optimizing/
nodes.cc 730 if (!header_->Dominates(back_edge)) {
739 if (!block->Dominates(back_edge)) {
746 bool HBasicBlock::Dominates(HBasicBlock* other) const {
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 706 bool HInstruction::Dominates(HInstruction* other) {
708 return block()->Dominates(other->block());
742 DCHECK(other_block->Dominates(cur_block));
    [all...]
hydrogen.cc 280 bool HBasicBlock::Dominates(HBasicBlock* other) const {
292 return Dominates(other);
410 // Header always dominates everything.
424 // now, it's not possible to guarantee that the current block dominates
    [all...]

Completed in 1305 milliseconds