Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13136 const SCEV *OrigStart = Start; in howManyLessThans() local
13209 auto *OrigStartMinusStride = getMinusSCEV(OrigStart, Stride); in howManyLessThans()
13211 assert(isAvailableAtLoopEntry(OrigStart, L) && "Must be!"); in howManyLessThans()
13214 if (isLoopEntryGuardedByCond(L, Cond, OrigStartMinusStride, OrigStart) && in howManyLessThans()
13245 const SCEV *GuardedStart = applyLoopGuards(OrigStart, L); in howManyLessThans()
13247 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart) || in howManyLessThans()
13262 getAddExpr(OrigStart, getMinusOne(OrigStart->getType())); in howManyLessThans()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9706 VPValue *OrigStart = VPI->getOperand(1); in preparePlanForMainVectorLoop() local
9707 if (isGuaranteedNotToBeUndefOrPoison(OrigStart->getLiveInIRValue())) in preparePlanForMainVectorLoop()
9710 Builder.createNaryOp(Instruction::Freeze, {OrigStart}, {}, "fr"); in preparePlanForMainVectorLoop()
9713 OrigStart->replaceUsesWithIf(Freeze, [Freeze](VPUser &U, unsigned) { in preparePlanForMainVectorLoop()