OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegBalance
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
327
int
RegBalance
= 0;
330
return
RegBalance
;
338
RegBalance
+= numberRCValSuccInSU(SU, RCId);
349
RegBalance
-= numberRCValPredInSU(SU, RCId);
351
return
RegBalance
;
361
int
RegBalance
= 0;
364
return
RegBalance
;
370
RegBalance
+= rawRegPressureDelta(SU, RC->getID());
381
RegBalance
+= rawRegPressureDelta(SU, RC->getID());
385
return
RegBalance
;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
319
int
RegBalance
= 0;
322
return
RegBalance
;
330
RegBalance
+= numberRCValSuccInSU(SU, RCId);
341
RegBalance
-= numberRCValPredInSU(SU, RCId);
343
return
RegBalance
;
353
int
RegBalance
= 0;
356
return
RegBalance
;
360
RegBalance
+= rawRegPressureDelta(SU, RC->getID());
368
RegBalance
+= rawRegPressureDelta(SU, RC->getID());
372
return
RegBalance
;
[
all
...]
Completed in 99 milliseconds