reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineFunction.h
  593   bool shouldSplitStack() const;

References

lib/CodeGen/PrologEpilogInserter.cpp
 1110   if (MF.shouldSplitStack()) {
lib/Target/X86/X86FrameLowering.cpp
 1042       !MF.shouldSplitStack()) {                // Regular stack
 2941          !MF.shouldSplitStack();
lib/Target/X86/X86ISelLowering.cpp
22194   bool SplitStack = MF.shouldSplitStack();
30020   assert(MF->shouldSplitStack());