Home
last modified time | relevance | path

Searched refs:Recurrences (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h546 Recurrences = 0x04, enumerator
548 All = Reductions | Recurrences | Simple | Reverse
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp156 setEnableBit(TailFoldingOpts::Recurrences); in operator =()
162 setDisableBit(TailFoldingOpts::Recurrences); in operator =()
4350 Required |= TailFoldingOpts::Recurrences; in preferPredicateOverEpilogue()