Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h110 bool StackRealigned = false; variable
228 bool isStackRealigned() const { return StackRealigned; } in isStackRealigned()
229 void setStackRealigned(bool s) { StackRealigned = s; } in setStackRealigned()