Searched refs:isAvailableAtLoopEntry (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 1013 return SE.isAvailableAtLoopEntry(S, L) && in isKnownNegativeInLoop() 1020 return SE.isAvailableAtLoopEntry(S, L) && in isKnownNonNegativeInLoop() 1030 return SE.isAvailableAtLoopEntry(S, L) && in cannotBeMinInLoop() 1041 return SE.isAvailableAtLoopEntry(S, L) && in cannotBeMaxInLoop()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | InductiveRangeCheckElimination.cpp | 652 if (!SE.isAvailableAtLoopEntry(BoundSCEV, L)) in isSafeDecreasingBound() 702 if (!SE.isAvailableAtLoopEntry(BoundSCEV, L)) in isSafeIncreasingBound()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ScalarEvolution.h | 952 bool isAvailableAtLoopEntry(const SCEV *S, const Loop *L);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 2408 bool ScalarEvolution::isAvailableAtLoopEntry(const SCEV *S, const Loop *L) { in isAvailableAtLoopEntry() function in ScalarEvolution 2707 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr() 3045 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr() 9225 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction() 9226 !isAvailableAtLoopEntry(SplitRHS.first, MDL)) in isKnownViaInduction() 9636 assert(isAvailableAtLoopEntry(LHS, L) && in isLoopEntryGuardedByCond() 9638 assert(isAvailableAtLoopEntry(RHS, L) && in isLoopEntryGuardedByCond() 10061 return isAvailableAtLoopEntry(FoundRHS, L) && in isImpliedCondOperandsViaNoOverflow()
|