HomeSort by relevance Sort by last modified time
    Searched refs:canSimplifyCallFramePseudos (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 51 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const;
ARMFrameLowering.cpp 76 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
81 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 163 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
170 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 186 if (TFI->canSimplifyCallFramePseudos(Fn))
    [all...]

Completed in 801 milliseconds