Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1774 DenseMap<const SCEV *, PHINode *> ExprToIVMap; in replaceCongruentIVs() local
1805 PHINode *&OrigPhiRef = ExprToIVMap[SE.getSCEV(Phi)]; in replaceCongruentIVs()
1814 ExprToIVMap[TruncExpr] = Phi; in replaceCongruentIVs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
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()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1526 DenseMap<const SCEV *, PHINode *> ExprToIVMap; in replaceCongruentIVs() local
1532 PHINode *&OrigPhiRef = ExprToIVMap[SE.getSCEV(Phi)]; in replaceCongruentIVs()