Searched refs:isAvailableAtLoopEntry (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 698 return SE.isAvailableAtLoopEntry(BoundSCEV, L) && in CannotBeMaxInLoop() 714 if (!SE.isAvailableAtLoopEntry(BoundSCEV, L)) in isSafeDecreasingBound() 764 if (!SE.isAvailableAtLoopEntry(BoundSCEV, L)) in isSafeIncreasingBound() 804 return SE.isAvailableAtLoopEntry(BoundSCEV, L) && in CannotBeMinInLoop() 812 return SE.isAvailableAtLoopEntry(BoundSCEV, L) && in isKnownNonNegativeInLoop() 819 return SE.isAvailableAtLoopEntry(BoundSCEV, L) && in isKnownNegativeInLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 934 bool isAvailableAtLoopEntry(const SCEV *S, const Loop *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2363 bool ScalarEvolution::isAvailableAtLoopEntry(const SCEV *S, const Loop *L) { in isAvailableAtLoopEntry() function in ScalarEvolution 2662 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr() 2977 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr() 8891 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction() 8892 !isAvailableAtLoopEntry(SplitRHS.first, MDL)) in isKnownViaInduction() 9293 assert(isAvailableAtLoopEntry(LHS, L) && in isLoopEntryGuardedByCond() 9295 assert(isAvailableAtLoopEntry(RHS, L) && in isLoopEntryGuardedByCond() 9714 return isAvailableAtLoopEntry(FoundRHS, L) && in isImpliedCondOperandsViaNoOverflow()
|