Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h189 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp659 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1258 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in prepareToFoldTailByMasking()
H A DLoopVectorize.cpp4301 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction()
4480 Instruction *LoopExitInstr = RdxDesc.getLoopExitInstr(); in clearReductionWrapFlags()
9433 VPValue *Red = Plan->getOrAddVPValue(Reduction.second.getLoopExitInstr()); in buildVPlanWithVPRecipes()