OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmergencySpillSlots
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
VirtRegMap.cpp
76
EmergencySpillSlots
.clear();
164
EmergencySpillSlots
.find(RC);
165
if (I !=
EmergencySpillSlots
.end())
167
return
EmergencySpillSlots
[RC] = createSpillSlot(RC);
VirtRegMap.h
113
///
EmergencySpillSlots
- This records emergency spill slots used to
117
std::map<const TargetRegisterClass*, int>
EmergencySpillSlots
;
Completed in 35 milliseconds