OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLeafProc
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcFrameLowering.h
51
bool
isLeafProc
(MachineFunction &MF) const;
SparcMachineFunctionInfo.h
32
///
IsLeafProc
- True if the function is a leaf procedure.
33
bool
IsLeafProc
;
37
IsLeafProc
(false) {}
40
IsLeafProc
(false) {}
51
void setLeafProc(bool rhs) {
IsLeafProc
= rhs; }
52
bool
isLeafProc
() const { return
IsLeafProc
; }
SparcFrameLowering.cpp
51
if (FuncInfo->
isLeafProc
()) {
103
if (!FuncInfo->
isLeafProc
()) {
161
bool SparcFrameLowering::
isLeafProc
(MachineFunction &MF) const
211
if (!DisableLeafProc &&
isLeafProc
(MF)) {
SparcRegisterInfo.cpp
94
if (FuncInfo->
isLeafProc
()) {
Completed in 133 milliseconds