Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3397 Value *PreviousLastPart = getOrCreateVectorValue(Previous, UF - 1); in fixFirstOrderRecurrence() local
3404 if (LI->getLoopFor(LoopVectorBody)->isLoopInvariant(PreviousLastPart) || in fixFirstOrderRecurrence()
3405 isa<PHINode>(PreviousLastPart)) in fixFirstOrderRecurrence()
3409 &*++BasicBlock::iterator(cast<Instruction>(PreviousLastPart))); in fixFirstOrderRecurrence()