Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1096 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
1142 AddRecPhiMatch = PN; in getAddRecExprPHILiterally()
1152 AddRecPhiMatch = PN; in getAddRecExprPHILiterally()
1158 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
1162 hoistBeforePos(&SE.DT, IncV, IVIncInsertPos, AddRecPhiMatch); in getAddRecExprPHILiterally()
1166 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1169 return AddRecPhiMatch; in getAddRecExprPHILiterally()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1151 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
1199 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1209 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1215 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
1219 hoistBeforePos(&SE.DT, IncV, IVIncInsertPos, AddRecPhiMatch); in getAddRecExprPHILiterally()
1223 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1226 return AddRecPhiMatch; in getAddRecExprPHILiterally()