OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateQueues
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
334
void
updateQueues
(SUnit *SU, bool IsTopNode);
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
192
updateQueues
(SU, IsTopNode);
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
722
// This sets the scheduled node's ReadyCycle to CurrCycle. When
updateQueues
727
updateQueues
(SU, IsTopNode);
801
void ScheduleDAGMI::
updateQueues
(SUnit *SU, bool IsTopNode) {
[
all
...]
Completed in 179 milliseconds