Home
last modified time | relevance | path

Searched refs:skipLoop (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopPass.h73 bool skipLoop(const Loop *L) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp110 if (skipLoop(L)) in runOnLoop()
H A DLoopInstSimplify.cpp185 if (skipLoop(L)) in runOnLoop()
H A DLoopSink.cpp383 if (skipLoop(L)) in runOnLoop()
H A DLoopVersioningLICM.cpp578 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollAndJamPass.cpp477 if (skipLoop(L)) in runOnLoop()
H A DLoopDeletion.cpp572 if (skipLoop(L)) in runOnLoop()
H A DLoopSimplifyCFG.cpp737 if (skipLoop(L)) in runOnLoop()
H A DGuardWidening.cpp847 if (skipLoop(L)) in runOnLoop()
H A DLoopPredication.cpp333 if (skipLoop(L)) in runOnLoop()
H A DLoopRerollPass.cpp1706 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollPass.cpp1397 if (skipLoop(L)) in runOnLoop()
H A DLoopInterchange.cpp1735 if (skipLoop(L)) in runOnLoop()
H A DIndVarSimplify.cpp2116 if (skipLoop(L)) in runOnLoop()
H A DLICM.cpp211 if (skipLoop(L)) in runOnLoop()
H A DLoopIdiomRecognize.cpp271 if (skipLoop(L)) in runOnLoop()
H A DSimpleLoopUnswitch.cpp3210 if (skipLoop(L)) in runOnLoop()
H A DLoopStrengthReduce.cpp6657 if (skipLoop(L)) in runOnLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp218 if (skipLoop(L)) in runOnLoop()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopPass.cpp370 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/llvm-project-15.0.7/llvm/docs/
H A DOptBisect.rst160 bool LoopPass::skipLoop(const Loop *L);
173 skipped, the skipFunction(), skipLoop() and skipBasicBlock() helper functions
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp128 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
H A DHexagonLoopIdiomRecognition.cpp2446 if (skipLoop(L)) in runOnLoop()