OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spillscr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
50
///
SpillsCR
- Indicates whether CR is spilled in the current function.
51
bool
SpillsCR
;
102
SpillsCR
(false),
143
void setSpillsCR() {
SpillsCR
= true; }
144
bool isCRSpilled() const { return
SpillsCR
; }
PPCFrameLowering.cpp
176
static bool
spillsCR
(const MachineFunction &MF) {
[
all
...]
Completed in 51 milliseconds