Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1180 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
1234 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1244 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1250 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
1253 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1257 ReusedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1259 return AddRecPhiMatch; in getAddRecExprPHILiterally()