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/PowerPC/
PPCMachineFunctionInfo.h
72
bool
HasSpills
= false;
197
void setHasSpills() {
HasSpills
= true; }
198
bool
hasSpills
() const { return
HasSpills
; }
PPCFrameLowering.cpp
256
static bool
hasSpills
(const MachineFunction &MF) {
258
return FuncInfo->
hasSpills
();
2273
(
hasSpills
(MF) && !isInt<16>(StackSize))) {
Completed in 23 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026