Home | History | Annotate | Download | only in AArch64

Lines Matching refs:dominates

117   /// Map an insertion point to all the uses it dominates.
123 /// Find the closest point that dominates the given Use.
134 /// \return true if one of the insertion point in InsertPts dominates NewPt,
154 /// Compute the minimal insertion points to dominates all the interesting
157 /// contains a list of all the uses it dominates within the related function
356 if (NewPt == IPI.first || DT.dominates(IPI.first, NewPt) ||
361 DT.dominates(IPI.first->getParent(), NewPt->getParent()))) {
455 // point in a common dominator or if NewPt dominates an existing one.
518 assert((DT.dominates(LoadedCst, cast<Instruction>(*Use)) ||
520 DT.dominates(LoadedCst, findInsertionPoint(Use)))) &&