Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp145 PHINode *NarrowOuterInductionPHI = nullptr; // phis, i.e. the Phis before IV member
157 return NarrowInnerInductionPHI == Phi || NarrowOuterInductionPHI == Phi; in isNarrowInductionPhi()
898 FI.NarrowOuterInductionPHI = FI.OuterInductionPHI; in CanWidenIV()