Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h203 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp687 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1368 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in prepareToFoldTailByMasking()
H A DLoopVectorize.cpp3852 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction()