Home | History | Annotate | Download | only in Utils

Lines Matching defs:Dominates

963   // BB dominates Succ, which is non-trivial to calculate in the case where
969 // Note that if this check finds a live use, BB dominates Succ, so BB is
1752 } else if (!DT.dominates(&DomPoint, DII)) {
2335 const DominatesFn &Dominates) {
2342 if (!Dominates(Root, U))
2372 auto Dominates = [&DT](const BasicBlockEdge &Root, const Use &U) {
2373 return DT.dominates(Root, U);
2375 return ::replaceDominatedUsesWith(From, To, Root, Dominates);