OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowedsets
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
59
assert(
allowedSets
[vreg].empty() && "vreg already has pregs.");
63
std::copy(arBegin, arEnd, std::back_inserter(
allowedSets
[vreg]));
104
AllowedSetMap
allowedSets
;
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
176
AllowedSetMap::const_iterator allowedSetItr =
allowedSets
.find(vreg);
177
assert(allowedSetItr !=
allowedSets
.end() && "No pregs for vreg.");
Completed in 79 milliseconds