Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp883 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
937 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
947 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
953 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
956 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
960 ReusedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
962 return AddRecPhiMatch; in getAddRecExprPHILiterally()