Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6544 static llvm::PHINode *GetInductionVariable(const Loop &L, ScalarEvolution &SE, in GetInductionVariable() function
6641 if (llvm::PHINode *IV = GetInductionVariable(*L, SE, Reducer)) in ReduceLoopStrength()