Lines Matching refs:Loop
642 // might apply. This works well for local conditions (loop guards, etc..),
746 // Warning: This loop can end up being somewhat performance sensetive.
747 // We're running this loop for once for each value queried resulting in a
2325 // Take the minimum of all incoming values. This can't infinitely loop
2761 // Loop the indices for the insertvalue instruction in parallel with the
3008 /// \brief \p PN defines a loop-variant pointer to an object. Check if the
3009 /// previous iteration of the loop was referring to the same object as \p PN.
3011 // Find the loop-defined value.
3012 Loop *L = LI->getLoopFor(PN->getParent());
3023 // If a new pointer is loaded in the loop, the pointer references a different
3085 // loop, don't look through it. Consider:
3694 const Loop *L) {
3695 // The loop header is guaranteed to be executed for every iteration.