Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.h129 bool canUseLEAForSPInEpilogue(const MachineFunction &MF) const;
DX86FrameLowering.cpp338 UseLEA = canUseLEAForSPInEpilogue(*MBB.getParent()); in BuildStackAdjustment()
1399 bool X86FrameLowering::canUseLEAForSPInEpilogue( in canUseLEAForSPInEpilogue() function in X86FrameLowering
2695 if (canUseLEAForSPInEpilogue(*MBB.getParent())) in canUseAsEpilogue()