Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h206 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp698 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1390 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in prepareToFoldTailByMasking()
H A DLoopVectorize.cpp3868 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction()