Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp160 bool runOnCountableLoop();
296 return runOnCountableLoop(); in runOnLoop()
301 bool LoopIdiomRecognize::runOnCountableLoop() { in runOnCountableLoop() function in LoopIdiomRecognize
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp152 bool runOnCountableLoop(Loop *L);
2379 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() function in HexagonLoopIdiomRecognize
2437 return runOnCountableLoop(L); in runOnLoop()