Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopPass.h73 bool skipLoop(const Loop *L) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp110 if (skipLoop(L)) in runOnLoop()
H A DLoopInstSimplify.cpp186 if (skipLoop(L)) in runOnLoop()
H A DLoopSink.cpp384 if (skipLoop(L)) in runOnLoop()
H A DLoopVersioningLICM.cpp567 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollAndJamPass.cpp475 if (skipLoop(L)) in runOnLoop()
H A DLoopDeletion.cpp571 if (skipLoop(L)) in runOnLoop()
H A DLoopSimplifyCFG.cpp747 if (skipLoop(L)) in runOnLoop()
H A DGuardWidening.cpp854 if (skipLoop(L)) in runOnLoop()
H A DLoopPredication.cpp343 if (skipLoop(L)) in runOnLoop()
H A DLoopRerollPass.cpp1704 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollPass.cpp1404 if (skipLoop(L)) in runOnLoop()
H A DLoopInterchange.cpp1736 if (skipLoop(L)) in runOnLoop()
H A DIndVarSimplify.cpp2236 if (skipLoop(L)) in runOnLoop()
H A DLICM.cpp219 if (skipLoop(L)) in runOnLoop()
H A DLoopIdiomRecognize.cpp271 if (skipLoop(L)) in runOnLoop()
H A DSimpleLoopUnswitch.cpp3286 if (skipLoop(L)) in runOnLoop()
H A DLoopStrengthReduce.cpp6904 if (skipLoop(L)) in runOnLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp218 if (skipLoop(L)) in runOnLoop()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopPass.cpp370 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/openbsd-src/gnu/llvm/llvm/docs/
H A DOptBisect.rst162 bool LoopPass::skipLoop(const Loop *L);
175 skipped, the skipFunction(), skipLoop() and skipBasicBlock() helper functions
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp128 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
H A DHexagonLoopIdiomRecognition.cpp2445 if (skipLoop(L)) in runOnLoop()