Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2066 DenseMap<const SCEV *, PHINode *> ExprToIVMap; in replaceCongruentIVs() local
2097 PHINode *&OrigPhiRef = ExprToIVMap[SE.getSCEV(Phi)]; in replaceCongruentIVs()
2106 ExprToIVMap[TruncExpr] = Phi; in replaceCongruentIVs()