Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h72 const Loop *IVIncInsertLoop; variable
144 : SE(se), DL(DL), IVName(name), IVIncInsertLoop(nullptr),
240 IVIncInsertLoop = L;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp885 if (L == IVIncInsertLoop) { in isNormalAddRecExprPHI()
1146 assert((!IVIncInsertLoop||IVIncInsertPos) && "Uninitialized insert position"); in getAddRecExprPHILiterally()
1159 IVIncInsertLoop && in getAddRecExprPHILiterally()
1160 SE.DT.properlyDominates(LatchBlock, IVIncInsertLoop->getHeader()); in getAddRecExprPHILiterally()
1187 if (L == IVIncInsertLoop && !hoistIVInc(TempIncV, IVIncInsertPos)) in getAddRecExprPHILiterally()
1218 if (L == IVIncInsertLoop) in getAddRecExprPHILiterally()
1294 Instruction *InsertPos = L == IVIncInsertLoop ? in getAddRecExprPHILiterally()