OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSpills
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
47
bool
HasSpills
;
117
HasSpills
(false),
161
void setHasSpills() {
HasSpills
= true; }
162
bool
hasSpills
() const { return
HasSpills
; }
PPCFrameLowering.cpp
396
static bool
hasSpills
(const MachineFunction &MF) {
398
return FuncInfo->
hasSpills
();
[
all
...]
Completed in 46 milliseconds