Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp795 static bool isLoopCounter(PHINode* Phi, Loop *L, in isLoopCounter() function
840 if (!isLoopCounter(Phi, L, SE)) in FindLoopCounter()
907 assert(isLoopCounter(IndVar, L, SE)); in genLoopLimit()
943 assert(isLoopCounter(IndVar, L, SE)); in linearFunctionTestReplace()