Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1123 Instruction *TempIncV = in getAddRecExprPHILiterally() local
1128 if (!isExpandedAddRecExprPHI(PN, TempIncV, L)) in getAddRecExprPHILiterally()
1130 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos)) in getAddRecExprPHILiterally()
1133 if (!isNormalAddRecExprPHI(PN, TempIncV, L)) in getAddRecExprPHILiterally()
1139 IncV = TempIncV; in getAddRecExprPHILiterally()
1153 IncV = TempIncV; in getAddRecExprPHILiterally()