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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp163 bool runOnCountableLoop();
317 return runOnCountableLoop();
322 bool LoopIdiomRecognize::runOnCountableLoop() { function in class:LoopIdiomRecognize
325 "runOnCountableLoop() called on a loop without a predictable"
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp153 bool runOnCountableLoop(Loop *L);
2378 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { function in class:HexagonLoopIdiomRecognize
2388 "runOnCountableLoop() called on a loop without a predictable"
2437 return runOnCountableLoop(L);

Completed in 123 milliseconds