Home | History | Annotate | Download | only in Utils

Lines Matching refs:BB2

257     /// dominates - Return true if BB1 dominates BB2 using the DominatorTree.
259 bool dominates(BasicBlock *BB1, BasicBlock *BB2) const {
260 return DT.dominates(BB1, BB2);