Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6547 auto IsSuitableIV = [&](PHINode *P) { in GetInductionVariable() local
6565 if (IsSuitableIV(P)) in GetInductionVariable()
6570 if (IsSuitableIV(&P)) in GetInductionVariable()