Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp943 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
997 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1007 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1013 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
1016 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1020 ReusedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1022 return AddRecPhiMatch; in getAddRecExprPHILiterally()