Home | History | Annotate | Download | only in Scalar

Lines Matching defs:isLoopInvariant

554         if (!SE->isLoopInvariant(ExitValue, L) ||
766 /// isLoopInvariant - Perform a quick domtree based check for loop invariance
767 /// assuming that V is used within the loop. LoopInfo::isLoopInvariant() seems
769 static bool isLoopInvariant(Value *V, const Loop *L, const DominatorTree *DT) {
783 L && L->getLoopPreheader() && isLoopInvariant(NarrowOper, L, DT);
1303 if (isLoopInvariant(IncI->getOperand(1), L, DT))
1313 if (isLoopInvariant(IncI->getOperand(0), L, DT))
1350 if (!isLoopInvariant(RHS, L, DT)) {
1351 if (!isLoopInvariant(LHS, L, DT))
1548 assert(SE->isLoopInvariant(IVOffset, L) &&
1595 assert(SE->isLoopInvariant(IVLimit, L) &&