Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4329 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction() local
4333 VPValue *LoopExitInstDef = State.Plan->getVPValue(LoopExitInst); in fixReduction()
4366 setDebugLocFromInst(Builder, LoopExitInst); in fixReduction()
4492 [LoopExitInst](Value *V) { return V == LoopExitInst; })) in fixReduction()
4503 OrigPhi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in fixReduction()