OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpillPt2VirtMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
VirtRegMap.h
97
///
SpillPt2VirtMap
- This records the virtual registers which should
101
SpillPt2VirtMap
;
310
return
SpillPt2VirtMap
.find(Pt) !=
SpillPt2VirtMap
.end();
316
return
SpillPt2VirtMap
[Pt];
322
I =
SpillPt2VirtMap
.find(Pt);
323
if (I !=
SpillPt2VirtMap
.end())
328
SpillPt2VirtMap
.insert(std::make_pair(Pt, Virts));
336
I =
SpillPt2VirtMap
.find(Old);
337
if (I ==
SpillPt2VirtMap
.end()
[
all
...]
VirtRegMap.cpp
73
SpillPt2VirtMap
.clear();
219
SpillPt2VirtMap
.erase(MI);
Completed in 202 milliseconds