Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopPass.h73 bool skipLoop(const Loop *L) const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCanonicalizeFreezeInLoops.cpp247 if (skipLoop(L)) in runOnLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopPass.cpp371 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDMVETailPredication.cpp124 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
HDHexagonLoopIdiomRecognition.cpp2434 if (skipLoop(L)) in runOnLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.cpp1435 if (skipLoop(L)) in runOnLoop()
HDLICM.cpp248 if (skipLoop(L)) in runOnLoop()
HDLoopStrengthReduce.cpp7403 if (skipLoop(L)) in runOnLoop()