Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1879 DenseMap<const SCEV *, PHINode *> ExprToIVMap; in replaceCongruentIVs() local
1910 PHINode *&OrigPhiRef = ExprToIVMap[SE.getSCEV(Phi)]; in replaceCongruentIVs()
1919 ExprToIVMap[TruncExpr] = Phi; in replaceCongruentIVs()