Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h164 bool SignWithBKey = false; variable
419 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey()
H A DAArch64MachineFunctionInfo.cpp91 SignWithBKey = ShouldSignWithBKey(F); in AArch64FunctionInfo()