Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4301 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction() local
4304 VPValue *LoopExitInstDef = State.Plan->getVPValue(LoopExitInst); in fixReduction()
4333 setDebugLocFromInst(LoopExitInst); in fixReduction()
4460 [LoopExitInst](Value *V) { return V == LoopExitInst; })) in fixReduction()
4471 OrigPhi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in fixReduction()