OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreeNodeIds
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
Graph.h
184
FreeNodeVector
FreeNodeIds
;
207
if (!
FreeNodeIds
.empty()) {
208
NId =
FreeNodeIds
.back();
209
FreeNodeIds
.pop_back();
254
: CurNId(CurNId), EndNId(G.Nodes.size()),
FreeNodeIds
(G.
FreeNodeIds
) {
266
std::find(
FreeNodeIds
.begin(),
FreeNodeIds
.end(), NId) !=
267
FreeNodeIds
.end()) {
274
const FreeNodeVector &
FreeNodeIds
;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
Graph.h
170
FreeNodeVector
FreeNodeIds
;
195
if (!
FreeNodeIds
.empty()) {
196
NId =
FreeNodeIds
.back();
197
FreeNodeIds
.pop_back();
240
: CurNId(CurNId), EndNId(G.Nodes.size()),
FreeNodeIds
(G.
FreeNodeIds
) {
251
while (NId < EndNId && is_contained(
FreeNodeIds
, NId)) {
258
const FreeNodeVector &
FreeNodeIds
;
295
return G.Nodes.size() - G.
FreeNodeIds
.size();
598
FreeNodeIds
.push_back(NId)
[
all
...]
Completed in 6089 milliseconds