OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadyQueue
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h
137
ReadyQueue
Available;
138
ReadyQueue
Pending;
227
int SchedulingCost(
ReadyQueue
&Q,
231
CandResult pickNodeFromQueue(
ReadyQueue
&Q,
235
void traceCandidate(const char *Label, const
ReadyQueue
&Q, SUnit *SU,
HexagonMachineScheduler.cpp
286
// instruction that cannot issue appears as if it's not in the
ReadyQueue
.
409
const
ReadyQueue
&Q,
468
int ConvergingVLIWScheduler::SchedulingCost(
ReadyQueue
&Q, SUnit *SU,
534
pickNodeFromQueue(
ReadyQueue
&Q, const RegPressureTracker &RPTracker,
543
for (
ReadyQueue
::iterator I = Q.begin(), E = Q.end(); I != E; ++I) {
/external/chromium_org/chrome/browser/extensions/api/alarms/
alarm_manager.h
131
typedef std::queue<ReadyAction>
ReadyQueue
;
132
typedef std::map<ExtensionId,
ReadyQueue
> ReadyMap;
alarm_manager.cc
297
ReadyQueue
& extension_ready_queue = ready_actions_[extension_id];
406
ReadyMap::value_type(extension->id(),
ReadyQueue
()));
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
137
///
ReadyQueue
encapsulates vector of "ready" SUnits with basic convenience
138
/// methods for pushing and removing nodes.
ReadyQueue
's are uniquely identified
143
class
ReadyQueue
{
149
ReadyQueue
(unsigned id, const Twine &name): ID(id), Name(name.str()) {}
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
308
void
ReadyQueue
::dump() {
[
all
...]
Completed in 372 milliseconds