Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1178 Instruction *TempIncV = in getAddRecExprPHILiterally() local
1180 if (!TempIncV) in getAddRecExprPHILiterally()
1185 if (!isExpandedAddRecExprPHI(&PN, TempIncV, L)) in getAddRecExprPHILiterally()
1187 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos)) in getAddRecExprPHILiterally()
1190 if (!isNormalAddRecExprPHI(&PN, TempIncV, L)) in getAddRecExprPHILiterally()
1196 IncV = TempIncV; in getAddRecExprPHILiterally()
1210 IncV = TempIncV; in getAddRecExprPHILiterally()
/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()