Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h72 bool skipLoop(const Loop *L) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp113 if (skipLoop(L)) in runOnLoop()
H A DLoopInstSimplify.cpp188 if (skipLoop(L)) in runOnLoop()
H A DLoopSink.cpp423 if (skipLoop(L)) in runOnLoop()
H A DLoopVersioningLICM.cpp580 if (skipLoop(L)) in runOnLoop()
H A DLoopDeletion.cpp553 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollAndJamPass.cpp469 if (skipLoop(L)) in runOnLoop()
H A DLoopSimplifyCFG.cpp730 if (skipLoop(L)) in runOnLoop()
H A DGuardWidening.cpp830 if (skipLoop(L)) in runOnLoop()
H A DLoopPredication.cpp331 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollPass.cpp1292 if (skipLoop(L)) in runOnLoop()
H A DLoopRerollPass.cpp1715 if (skipLoop(L)) in runOnLoop()
H A DLoopInterchange.cpp1786 if (skipLoop(L)) in runOnLoop()
H A DLoopUnswitch.cpp533 if (skipLoop(L)) in runOnLoop()
H A DIndVarSimplify.cpp1949 if (skipLoop(L)) in runOnLoop()
H A DLoopIdiomRecognize.cpp272 if (skipLoop(L)) in runOnLoop()
H A DLICM.cpp224 if (skipLoop(L)) in runOnLoop()
H A DSimpleLoopUnswitch.cpp3154 if (skipLoop(L)) in runOnLoop()
H A DLoopStrengthReduce.cpp6328 if (skipLoop(L)) in runOnLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp220 if (skipLoop(L)) in runOnLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp373 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp128 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
H A DHexagonLoopIdiomRecognition.cpp2452 if (skipLoop(L)) in runOnLoop()