Searched defs:pickNode (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp58 SUnit* R600SchedStrategy::pickNode(bool &IsTopNode) { function in class:R600SchedStrategy
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp182 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {
637 SUnit *ConvergingVLIWScheduler::pickNode(bool &IsTopNode) { function in class:ConvergingVLIWScheduler
682 /// that was just returned by pickNode(). However, VLIWMachineScheduler needs
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp565 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {
1164 /// lifetime of one invocation of pickNode().
1424 virtual SUnit *pickNode(bool &IsTopNode);
2380 SUnit *ConvergingScheduler::pickNode(bool &IsTopNode) { function in class:ConvergingScheduler
2450 /// that was just returned by pickNode(). However, ScheduleDAGMI needs to update
2565 virtual SUnit *pickNode(bool &IsTopNode) { function in class:__anon22104::ILPScheduler
2654 virtual SUnit *pickNode(bool &IsTopNode) { function in class:__anon22105::InstructionShuffler

Completed in 200 milliseconds