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.h67 return PostIncLoops; in getPostIncLoops()
84 PostIncLoopSet PostIncLoops; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h100 PostIncLoopSet PostIncLoops; variable
351 PostIncLoops = L;
356 PostIncLoops.clear();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1036 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1037 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1103 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1118 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1139 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1505 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1567 if (!PostIncLoops.empty()) in rememberInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1268 PostIncLoopSet PostIncLoops; member
1685 for (const Loop *PIL : PostIncLoops) { in print()
3624 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
4436 Loops.push_back(LF.PostIncLoops); in GenerateTruncates()
5634 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5642 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5697 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5720 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5730 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()