Home
last modified time | relevance | path

Searched refs:PostIncLoops (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVUsers.cpp215 NewUse.PostIncLoops.insert(L); in AddUsersIfInteresting()
227 denormalizeForPostIncUse(ISE, NewUse.PostIncLoops, *SE); in AddUsersIfInteresting()
277 for (const auto *PostIncLoop : IVUse.PostIncLoops) { in print()
365 PostIncLoops.insert(L); in transformToPostInc()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVUsers.h66 return PostIncLoops; in getPostIncLoops()
83 PostIncLoopSet PostIncLoops; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h83 PostIncLoopSet PostIncLoops; variable
319 PostIncLoops = L;
324 PostIncLoops.clear();
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1273 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1274 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1344 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1361 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1415 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1840 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1886 if (!PostIncLoops.empty()) in rememberInstruction()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1119 PostIncLoopSet PostIncLoops; member
1531 for (const Loop *PIL : PostIncLoops) { in print()
3380 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
5234 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5242 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5297 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5320 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5330 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()