HomeSort by: relevance | last modified time | path
    Searched defs:canSimplifyCallFramePseudos (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp 58 bool M68kFrameLowering::canSimplifyCallFramePseudos(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 65 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
70 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRFrameLowering.cpp 35 bool AVRFrameLowering::canSimplifyCallFramePseudos(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 282 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
289 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 231 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
236 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
1975 (MFI.adjustsStack() && !canSimplifyCallFramePseudos(MF));

Completed in 37 milliseconds