Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1223 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
1279 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1289 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1295 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
1299 hoistBeforePos(&SE.DT, IncV, IVIncInsertPos, AddRecPhiMatch); in getAddRecExprPHILiterally()
1303 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1307 ReusedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1309 return AddRecPhiMatch; in getAddRecExprPHILiterally()