OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IssueCount
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h
100
///
IssueCount
- Count instructions issued in this cycle.
101
unsigned
IssueCount
;
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h
145
unsigned
IssueCount
;
159
CurrCycle(0),
IssueCount
(0),
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
136
///
IssueCount
- Count instructions issued in this cycle
138
unsigned
IssueCount
;
326
IssueCount
= 0;
604
IssueCount
= 0;
776
// ReleasePredecessors. In that case,
IssueCount
should remain 0.
781
++
IssueCount
;
783
|| (!HazardRec->isEnabled() &&
IssueCount
== AvgIPC))
[
all
...]
Completed in 209 milliseconds