Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopPass.h72 bool skipLoop(const Loop *L) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp113 if (skipLoop(L)) in runOnLoop()
H A DLoopInstSimplify.cpp188 if (skipLoop(L)) in runOnLoop()
H A DLoopDeletion.cpp316 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 DLoopUnrollAndJamPass.cpp463 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.cpp1251 if (skipLoop(L)) in runOnLoop()
H A DLoopRerollPass.cpp1713 if (skipLoop(L)) in runOnLoop()
H A DLoopUnswitch.cpp533 if (skipLoop(L)) in runOnLoop()
H A DLoopInterchange.cpp1736 if (skipLoop(L)) in runOnLoop()
H A DIndVarSimplify.cpp1949 if (skipLoop(L)) in runOnLoop()
H A DLICM.cpp224 if (skipLoop(L)) in runOnLoop()
H A DLoopIdiomRecognize.cpp271 if (skipLoop(L)) in runOnLoop()
H A DSimpleLoopUnswitch.cpp3031 if (skipLoop(L)) in runOnLoop()
H A DLoopStrengthReduce.cpp5960 if (skipLoop(L)) in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp220 if (skipLoop(L)) in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DOptBisect.rst160 bool LoopPass::skipLoop(const Loop *L);
173 skipped, the skipFunction(), skipLoop() and skipBasicBlock() helper functions
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopPass.cpp373 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp128 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
H A DHexagonLoopIdiomRecognition.cpp2452 if (skipLoop(L)) in runOnLoop()