OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Noops
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
PostRASchedulerList.cpp
51
STATISTIC(NumNoops, "Number of
noops
inserted");
733
unsigned
Noops
= 0;
736
++
Noops
;
737
assert(Sequence.size() -
Noops
== ScheduledNodes &&
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp
684
unsigned
Noops
= 0;
687
++
Noops
;
688
assert(Sequence.size() -
Noops
== ScheduledNodes &&
[
all
...]
Completed in 49 milliseconds