Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp139 bool runOnCountableLoop(Loop *L);
2389 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() function in HexagonLoopIdiomRecognize
2439 return runOnCountableLoop(L); in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp201 bool runOnCountableLoop();
382 return runOnCountableLoop(); in runOnLoop()
387 bool LoopIdiomRecognize::runOnCountableLoop() { in runOnCountableLoop() function in LoopIdiomRecognize