Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6734 auto IsSuitableIV = [&](PHINode *P) { in GetInductionVariable() local
6752 if (IsSuitableIV(P)) in GetInductionVariable()
6757 if (IsSuitableIV(&P)) in GetInductionVariable()