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.h608 Recurrences = 0x04, enumerator
610 All = Reductions | Recurrences | Simple | Reverse
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp166 setEnableBit(TailFoldingOpts::Recurrences); in operator =()
172 setDisableBit(TailFoldingOpts::Recurrences); in operator =()
5880 Required |= TailFoldingOpts::Recurrences; in preferPredicateOverEpilogue()