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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2274 static PHINode *FindLoopCounter(Loop *L, BasicBlock *ExitingBB, function
2365 // IVInit may be a pointer while ExitCount is an integer when FindLoopCounter
2373 // which is an unsigned value. FindLoopCounter only allows induction
3107 PHINode *IndVar = FindLoopCounter(L, ExitingBB, ExitCount, SE, DT);

Completed in 68 milliseconds