Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h204 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp661 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
H A DLoopVectorize.cpp3496 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction()