Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h188 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp643 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1237 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in prepareToFoldTailByMasking()
H A DLoopVectorize.cpp4329 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction()
4512 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr(); in clearReductionWrapFlags()
9243 VPValue *Red = Plan->getOrAddVPValue(Reduction.second.getLoopExitInstr()); in buildVPlanWithVPRecipes()