Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1210 PHINode *AddRecPhiMatch = nullptr; in getAddRecExprPHILiterally() local
1266 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1276 AddRecPhiMatch = &PN; in getAddRecExprPHILiterally()
1282 if (AddRecPhiMatch) { in getAddRecExprPHILiterally()
1286 hoistBeforePos(&SE.DT, IncV, IVIncInsertPos, AddRecPhiMatch); in getAddRecExprPHILiterally()
1290 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1294 ReusedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1296 return AddRecPhiMatch; in getAddRecExprPHILiterally()