Home
last modified time | relevance | path

Searched defs:IVUpdateMayOverflow (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h118 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const override { in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h412 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const override { in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1332 TailFoldingStyle getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle()
8642 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local