OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSpills
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRMachineFunctionInfo.h
24
bool
HasSpills
;
49
:
HasSpills
(false), HasAllocas(false), HasStackArgs(false),
54
:
HasSpills
(false), HasAllocas(false), HasStackArgs(false),
62
bool getHasSpills() const { return
HasSpills
; }
63
void setHasSpills(bool B) {
HasSpills
= B; }
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
72
bool
HasSpills
= false;
197
void setHasSpills() {
HasSpills
= true; }
198
bool
hasSpills
() const { return
HasSpills
; }
Completed in 59 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026