Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopIdiomRecognize.cpp190 bool runOnCountableLoop();
312 return runOnCountableLoop(); in runOnLoop()
317 bool LoopIdiomRecognize::runOnCountableLoop() { in runOnCountableLoop() function in LoopIdiomRecognize
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonLoopIdiomRecognition.cpp139 bool runOnCountableLoop(Loop *L);
2378 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() function in HexagonLoopIdiomRecognize
2428 return runOnCountableLoop(L); in run()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopIdiomVectorize.cpp116 bool runOnCountableLoop();