Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h231 Instruction *getLoopExitInstr() const { return LoopExitInstr; } in getLoopExitInstr() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp838 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
1930 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in canFoldTailByMasking()
H A DLoopVectorize.cpp8048 getScaledReductions(Phi, RdxDesc.getLoopExitInstr(), Range, in collectScaledReductions()
8219 getScalingForReduction(RdxDesc.getLoopExitInstr()).value_or(1); in tryToCreateWidenRecipe()
9283 RecipeBuilder.getScalingForReduction(RdxDesc.getLoopExitInstr()) in adjustRecipesForReductions()