Home
last modified time | relevance | path

Searched refs:updateQueues (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h373 void updateQueues(SUnit *SU, bool IsTopNode);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp256 updateQueues(SU, IsTopNode); in schedule()
H A DMachineScheduler.cpp858 updateQueues(SU, IsTopNode); in schedule()
928 void ScheduleDAGMI::updateQueues(SUnit *SU, bool IsTopNode) { in updateQueues() function in ScheduleDAGMI
1468 updateQueues(SU, IsTopNode); in schedule()