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.h104 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h365 TailFoldingStyle getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1442 TailFoldingStyle getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle()
8483 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local