Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp85 if (skipLoop(L)) in runOnLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopPass.h94 bool skipLoop(const Loop *L) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp88 if (skipLoop(L)) in runOnLoop()
H A DLoopDeletion.cpp253 if (skipLoop(L)) in runOnLoop()
H A DLoopInstSimplify.cpp188 if (skipLoop(L)) in runOnLoop()
H A DLoopSink.cpp362 if (skipLoop(L)) in runOnLoop()
H A DLoopVersioningLICM.cpp596 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollAndJamPass.cpp441 if (skipLoop(L)) in runOnLoop()
H A DLoopSimplifyCFG.cpp627 if (skipLoop(L)) in runOnLoop()
H A DLoopPredication.cpp320 if (skipLoop(L)) in runOnLoop()
H A DGuardWidening.cpp844 if (skipLoop(L)) in runOnLoop()
H A DLoopInterchange.cpp456 if (skipLoop(L) || L->getParentLoop()) in runOnLoop()
H A DLoopUnrollPass.cpp1156 if (skipLoop(L)) in runOnLoop()
H A DLoopRerollPass.cpp1632 if (skipLoop(L)) in runOnLoop()
H A DLoopUnswitch.cpp519 if (skipLoop(L)) in runOnLoop()
H A DLoopIdiomRecognize.cpp210 if (skipLoop(L)) in runOnLoop()
H A DInductiveRangeCheckElimination.cpp1752 if (skipLoop(L)) in runOnLoop()
H A DLICM.cpp178 if (skipLoop(L)) { in runOnLoop()
H A DIndVarSimplify.cpp2799 if (skipLoop(L)) in runOnLoop()
H A DSimpleLoopUnswitch.cpp2888 if (skipLoop(L)) in runOnLoop()
H A DLoopStrengthReduce.cpp5595 if (skipLoop(L)) in runOnLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopPass.cpp387 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp311 if (skipLoop(L)) in INITIALIZE_PASS_DEPENDENCY()
H A DHexagonLoopIdiomRecognition.cpp2413 if (skipLoop(L)) in runOnLoop()