Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4217 Value *PreviousLastPart = State.get(PreviousDef, UF - 1); in fixFirstOrderRecurrence() local
4226 if (LI->getLoopFor(LoopVectorBody)->isLoopInvariant(PreviousLastPart)) in fixFirstOrderRecurrence()
4229 Instruction *PreviousInst = cast<Instruction>(PreviousLastPart); in fixFirstOrderRecurrence()
4230 if (isa<PHINode>(PreviousLastPart)) in fixFirstOrderRecurrence()