Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIVUsers.cpp260 NewUse.PostIncLoops.insert(L); in AddUsersImpl()
272 denormalizeForPostIncUse(ISE, NewUse.PostIncLoops, *SE); in AddUsersImpl()
331 for (auto PostIncLoop : IVUse.PostIncLoops) { in print()
419 PostIncLoops.insert(L); in transformToPostInc()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIVUsers.h69 return PostIncLoops; in getPostIncLoops()
86 PostIncLoopSet PostIncLoops; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h96 PostIncLoopSet PostIncLoops; variable
321 PostIncLoops = L;
326 PostIncLoops.clear();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1323 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1324 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1394 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1411 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1465 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1974 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
2035 if (!PostIncLoops.empty()) in rememberInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1116 PostIncLoopSet PostIncLoops; member
1526 for (const Loop *PIL : PostIncLoops) { in print()
3364 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
5184 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5192 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5248 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5271 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5281 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()