Home
last modified time | relevance | path

Searched refs:PostIncLoops (Results 51 – 75 of 90) sorted by relevance

1234

/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h96 PostIncLoopSet PostIncLoops; variable
321 PostIncLoops = L;
326 PostIncLoops.clear();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h96 PostIncLoopSet PostIncLoops; variable
321 PostIncLoops = L;
326 PostIncLoops.clear();
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h96 PostIncLoopSet PostIncLoops; variable
321 PostIncLoops = L;
326 PostIncLoops.clear();
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h96 PostIncLoopSet PostIncLoops; variable
321 PostIncLoops = L;
326 PostIncLoops.clear();
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp982 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1020 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1289 if (L && S->hasComputableLoopEvolution(L) && !PostIncLoops.count(L)) in expand()
1311 if (PostIncLoops.empty()) in expand()
1319 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1259 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1260 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1329 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1345 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1399 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1851 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1914 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1259 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1260 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1329 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1345 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1399 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1851 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1914 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1259 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1260 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1329 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1345 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1399 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1851 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1914 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1262 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1263 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1332 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1348 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1402 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1843 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1906 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1240 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1241 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1310 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1326 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1380 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1768 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L) && in expand()
1826 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1240 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1241 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1310 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1326 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1380 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1768 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L) && in expand()
1826 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1270 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1271 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1340 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1356 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1410 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1862 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1925 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1294 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1295 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1365 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1381 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1435 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1919 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1980 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1270 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1271 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1340 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1356 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1410 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1862 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1925 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1272 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1273 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1343 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1360 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1414 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1911 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1972 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1294 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1295 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1365 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1381 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1435 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1908 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1969 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1294 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1295 PostIncLoops.clear(); in getAddRecExprPHILiterally()
1365 PostIncLoops = SavedPostIncLoops; in getAddRecExprPHILiterally()
1381 if (PostIncLoops.count(L)) { in expandAddRecExprLiterally()
1435 if (!PostIncLoops.count(L)) in expandAddRecExprLiterally()
1919 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
1980 if (!PostIncLoops.empty()) in rememberInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A 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()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp841 PostIncLoopSet PostIncLoops; member
894 for (PostIncLoopSet::const_iterator I = PostIncLoops.begin(), in print()
895 E = PostIncLoops.end(); I != E; ++I) { in print()
2045 LF.PostIncLoops = UI->getPostIncLoops(); in CollectFixupsAndInitialFormulae()
3332 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
3340 for (PostIncLoopSet::const_iterator I = LF.PostIncLoops.begin(), in AdjustInsertPositionForExpand()
3341 E = LF.PostIncLoops.end(); I != E; ++I) { in AdjustInsertPositionForExpand()
3384 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
3409 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()
3430 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1081 PostIncLoopSet PostIncLoops; member
1493 for (const Loop *PIL : PostIncLoops) { in print()
3330 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
5146 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5154 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5210 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5233 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5243 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1077 PostIncLoopSet PostIncLoops; member
1489 for (const Loop *PIL : PostIncLoops) { in print()
3318 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
5130 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5138 for (const Loop *PIL : LF.PostIncLoops) { in AdjustInsertPositionForExpand()
5194 Rewriter.setPostInc(LF.PostIncLoops); in Expand()
5217 Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE); in Expand()
5227 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()

1234