Home | History | Annotate | Download | only in Utils

Lines Matching defs:dominates

261     /// dominates - Return true if BB1 dominates BB2 using the DominatorTree.
263 bool dominates(BasicBlock *BB1, BasicBlock *BB2) const {
264 return DT.dominates(BB1, BB2);
880 !dominates(StoreBB, LI->getParent())) {