OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
168
///
canSimplifyCallFramePseudos
- When possible, it's best to simplify the
175
virtual bool
canSimplifyCallFramePseudos
(const MachineFunction &MF) const {
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
199
if (TFI->
canSimplifyCallFramePseudos
(Fn))
[
all
...]
Completed in 682 milliseconds