Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h205 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp831 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1553 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in canFoldTailByMasking()
H A DLoopVectorize.cpp7266 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in createAndCollectMergePhiForReduction()