Searched refs:LoopExitInstDef (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3855 VPValue *LoopExitInstDef = PhiR->getBackedgeValue(); in fixReduction() local 3857 Type *VecTy = State.get(LoopExitInstDef, 0)->getType(); in fixReduction() 3881 Value *VecLoopExitInst = State.get(LoopExitInstDef, Part); in fixReduction() 3891 State.reset(LoopExitInstDef, Sel, Part); in fixReduction() 3921 RdxParts[Part] = State.get(LoopExitInstDef, Part); in fixReduction() 3934 State.reset(LoopExitInstDef, RdxParts[Part], Part); in fixReduction() 3939 Value *ReducedPartRdx = State.get(LoopExitInstDef, 0); in fixReduction() 3951 ReducedPartRdx = State.get(LoopExitInstDef, UF - 1); in fixReduction() 3957 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction()
|