Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp37 enum UncheckedLdStMode { UncheckedNever, UncheckedSafe, UncheckedAlways }; enumerator
50 clEnumValN(UncheckedAlways, "always", "always apply unchecked-ld-st")));
158 else if (ClUncheckedLdSt == UncheckedAlways) in mayUseUncheckedLoadStore()