Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp864 static bool isLoopCounter(PHINode* Phi, Loop *L, in isLoopCounter() function
909 if (!isLoopCounter(Phi, L, SE)) in FindLoopCounter()
980 assert(isLoopCounter(IndVar, L, SE)); in genLoopLimit()
1065 assert(isLoopCounter(IndVar, L, SE)); in linearFunctionTestReplace()