Searched refs:isAvailableAtLoopEntry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1186 return SE.isAvailableAtLoopEntry(S, L) && in isKnownNegativeInLoop() 1193 return SE.isAvailableAtLoopEntry(S, L) && in isKnownNonNegativeInLoop() 1200 return SE.isAvailableAtLoopEntry(S, L) && in isKnownPositiveInLoop() 1207 return SE.isAvailableAtLoopEntry(S, L) && in isKnownNonPositiveInLoop() 1217 return SE.isAvailableAtLoopEntry(S, L) && in cannotBeMinInLoop() 1228 return SE.isAvailableAtLoopEntry(S, L) && in cannotBeMaxInLoop()
|
| H A D | LoopConstrainer.cpp | 27 if (!SE.isAvailableAtLoopEntry(BoundSCEV, L)) in isSafeDecreasingBound() 73 if (!SE.isAvailableAtLoopEntry(BoundSCEV, L)) in isSafeIncreasingBound()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopBoundSplit.cpp | 131 if (!SE.isAvailableAtLoopEntry(Cond.BoundSCEV, &L)) in hasProcessableCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 2878 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr() 3261 if (isAvailableAtLoopEntry(Ops[i], AddRec->getLoop())) { in getMulExpr() 3675 assert(isAvailableAtLoopEntry(Operands[i], L) && in getAddRecExpr() 10845 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction() 10846 !isAvailableAtLoopEntry(SplitRHS.first, MDL)) in isKnownViaInduction() 11539 assert(isAvailableAtLoopEntry(LHS, L) && in isLoopEntryGuardedByCond() 11541 assert(isAvailableAtLoopEntry(RHS, L) && in isLoopEntryGuardedByCond() 11951 if (!isAvailableAtLoopEntry(FoundRHS, AR->getLoop())) in isImpliedCondOperandsViaAddRecStart() 11962 if (!isAvailableAtLoopEntry(FoundLHS, AR->getLoop())) in isImpliedCondOperandsViaAddRecStart() 12042 return isAvailableAtLoopEntry(FoundRHS, L) && in isImpliedCondOperandsViaNoOverflow() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1227 bool isAvailableAtLoopEntry(const SCEV *S, const Loop *L);
|