Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp132 bool runOnCountableLoop(Loop *L);
2365 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() function in HexagonLoopIdiomRecognize
2415 return runOnCountableLoop(L); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp212 bool runOnCountableLoop();
341 return runOnCountableLoop(); in runOnLoop()
346 bool LoopIdiomRecognize::runOnCountableLoop() { in runOnCountableLoop() function in LoopIdiomRecognize
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp146 bool runOnCountableLoop();