Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp201 bool runOnCountableLoop();
380 return runOnCountableLoop(); in runOnLoop()
385 bool LoopIdiomRecognize::runOnCountableLoop() { in runOnCountableLoop() function in LoopIdiomRecognize
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp139 bool runOnCountableLoop(Loop *L);
2396 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() function in HexagonLoopIdiomRecognize
2446 return runOnCountableLoop(L); in run()