OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNonRISpills
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
48
bool
HasNonRISpills
;
101
HasNonRISpills
(false),
140
void setHasNonRISpills() {
HasNonRISpills
= true; }
141
bool
hasNonRISpills
() const { return
HasNonRISpills
; }
PPCFrameLowering.cpp
191
static bool
hasNonRISpills
(const MachineFunction &MF) {
193
return FuncInfo->
hasNonRISpills
();
[
all
...]
Completed in 61 milliseconds