Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
368 PostIncLoops.insert(L); in transformToPostInc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h66 return PostIncLoops; in getPostIncLoops()
83 PostIncLoopSet PostIncLoops; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h83 PostIncLoopSet PostIncLoops; variable
325 PostIncLoops = L;
330 PostIncLoops.clear();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp976 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
977 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1046 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1061 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1082 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1448 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1509 if (!PostIncLoops.empty()) in rememberInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1132 PostIncLoopSet PostIncLoops; member
1544 for (const Loop *PIL : PostIncLoops) { in print()
3389 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
4185 Loops.push_back(LF.PostIncLoops); in GenerateTruncates()
5337 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5345 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5400 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5423 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5433 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()