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()
366 PostIncLoops.insert(L); in transformToPostInc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h67 return PostIncLoops; in getPostIncLoops()
84 PostIncLoopSet PostIncLoops; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h103 PostIncLoopSet PostIncLoops; variable
366 PostIncLoops = L;
371 PostIncLoops.clear();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1060 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1061 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1127 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1142 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1163 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1534 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1595 if (!PostIncLoops.empty()) in rememberInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1273 PostIncLoopSet PostIncLoops; member
1667 for (const Loop *PIL : PostIncLoops) { in print()
3609 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
4411 Loops.push_back(LF.PostIncLoops); in GenerateTruncates()
5610 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5618 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5669 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5692 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5702 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()