Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h86 bool enableStackSlotScavenging(const MachineFunction &MF) const override;
H A DAArch64FrameLowering.cpp3198 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h202 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function