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/
DIVDescriptors.h206 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp698 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1390 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in prepareToFoldTailByMasking()
DLoopVectorize.cpp3868 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction()