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.cpp967 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
1021 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1031 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1037 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
1040 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1044 ReusedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1046 return AddRecPhiMatch; in getAddRecExprPHILiterally()