Home
last modified time | relevance | path

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

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