Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIVDescriptors.h205 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp831 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1553 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in canFoldTailByMasking()
HDLoopVectorize.cpp7266 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in createAndCollectMergePhiForReduction()