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.cpp7036 auto IsSuitableIV = [&](PHINode *P) { in GetInductionVariable() local
7054 if (IsSuitableIV(P)) in GetInductionVariable()
7059 if (IsSuitableIV(&P)) in GetInductionVariable()