Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1544 DenseMap<const SCEV *, PHINode *> ExprToIVMap; in replaceCongruentIVs() local
1577 PHINode *&OrigPhiRef = ExprToIVMap[SE.getSCEV(Phi)]; in replaceCongruentIVs()
1591 ExprToIVMap[TruncExpr] = Phi; in replaceCongruentIVs()