Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVUsers.h69 return PostIncLoops; in getPostIncLoops()
86 PostIncLoopSet PostIncLoops; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h93 PostIncLoopSet PostIncLoops; variable
316 PostIncLoops = L;
321 PostIncLoops.clear();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1310 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1311 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1381 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1397 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1451 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1960 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
2021 if (!PostIncLoops.empty()) in rememberInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1090 PostIncLoopSet PostIncLoops; member
1500 for (const Loop *PIL : PostIncLoops) { in print()
3330 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
5148 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5156 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5212 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5235 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5245 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()