Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h73 bool skipLoop(const Loop *L) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp247 if (skipLoop(L)) in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp371 bool LoopPass::skipLoop(const Loop *L) const { in skipLoop() function in LoopPass
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp
H A DLoopPredication.cpp
H A DLoopUnrollPass.cpp1435 if (skipLoop(L)) in runOnLoop()
H A DLICM.cpp248 if (skipLoop(L)) in runOnLoop()
H A DLoopStrengthReduce.cpp7403 if (skipLoop(L)) in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp124 if (skipLoop(L) || !EnableTailPredication) in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp238 if (skipLoop(L)) in runOnLoop()
H A DHexagonLoopIdiomRecognition.cpp2434 if (skipLoop(L)) in runOnLoop()