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/
DLoopPass.h73 bool skipLoop(const Loop *L) const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp110 if (skipLoop(L)) in runOnLoop()
DLoopInstSimplify.cpp186 if (skipLoop(L)) in runOnLoop()
DLoopSink.cpp384 if (skipLoop(L)) in runOnLoop()
DLoopVersioningLICM.cpp567 if (skipLoop(L)) in runOnLoop()
DLoopUnrollAndJamPass.cpp475 if (skipLoop(L)) in runOnLoop()
DLoopDeletion.cpp571 if (skipLoop(L)) in runOnLoop()
DLoopSimplifyCFG.cpp747 if (skipLoop(L)) in runOnLoop()
DGuardWidening.cpp854 if (skipLoop(L)) in runOnLoop()
DLoopPredication.cpp343 if (skipLoop(L)) in runOnLoop()
DLoopRerollPass.cpp1704 if (skipLoop(L)) in runOnLoop()
DLoopInterchange.cpp1736 if (skipLoop(L)) in runOnLoop()
DLoopUnrollPass.cpp1404 if (skipLoop(L)) in runOnLoop()
DIndVarSimplify.cpp2236 if (skipLoop(L)) in runOnLoop()
DLICM.cpp219 if (skipLoop(L)) in runOnLoop()
DLoopIdiomRecognize.cpp271 if (skipLoop(L)) in runOnLoop()
DSimpleLoopUnswitch.cpp3286 if (skipLoop(L)) in runOnLoop()
DLoopStrengthReduce.cpp6904 if (skipLoop(L)) in runOnLoop()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCanonicalizeFreezeInLoops.cpp218 if (skipLoop(L)) in runOnLoop()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLoopPass.cpp370 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/openbsd/src/gnu/llvm/llvm/docs/
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/
DMVETailPredication.cpp128 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
DHexagonLoopIdiomRecognition.cpp2445 if (skipLoop(L)) in runOnLoop()