Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h73 bool skipLoop(const Loop *L) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp125 if (skipLoop(L)) in runOnLoop()
H A DLoopUnrollPass.cpp1388 if (skipLoop(L)) in runOnLoop()
H A DLICM.cpp239 if (skipLoop(L)) in runOnLoop()
H A DLoopStrengthReduce.cpp7076 if (skipLoop(L)) in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp247 if (skipLoop(L)) in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp370 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp124 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
H A DHexagonLoopIdiomRecognition.cpp2440 if (skipLoop(L)) in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp136 if (skipLoop(L)) in runOnLoop()