OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFPCloseToIncomingSP
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h
33
virtual bool
isFPCloseToIncomingSP
() const LLVM_OVERRIDE { return false; }
/external/llvm/include/llvm/Target/
TargetFrameLowering.h
91
///
isFPCloseToIncomingSP
- Return true if the frame pointer is close to
94
virtual bool
isFPCloseToIncomingSP
() const { return true; }
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
565
TFI.
isFPCloseToIncomingSP
() &&
[
all
...]
Completed in 61 milliseconds