Home
last modified time | relevance | path

Searched refs:runOnCountableLoop (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp192 bool runOnCountableLoop();
307 return runOnCountableLoop(); in runOnLoop()
312 bool LoopIdiomRecognize::runOnCountableLoop() { in runOnCountableLoop() function in LoopIdiomRecognize
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp139 bool runOnCountableLoop(Loop *L);
2384 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() function in HexagonLoopIdiomRecognize
2434 return runOnCountableLoop(L); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp96 bool runOnCountableLoop();