Searched refs:pickNode (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.h78 virtual SUnit *pickNode(bool &IsTopNode);
H A DR600MachineScheduler.cpp58 SUnit* R600SchedStrategy::pickNode(bool &IsTopNode) { function in class:R600SchedStrategy
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h112 /// for the lifetime of one invocation of pickNode().
211 virtual SUnit *pickNode(bool &IsTopNode);
H A DHexagonMachineScheduler.cpp182 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {
635 SUnit *ConvergingVLIWScheduler::pickNode(bool &IsTopNode) { function in class:ConvergingVLIWScheduler
680 /// that was just returned by pickNode(). However, VLIWMachineScheduler needs
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h190 virtual SUnit *pickNode(bool &IsTopNode) = 0;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp671 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {
1370 /// lifetime of one invocation of pickNode().
1647 virtual SUnit *pickNode(bool &IsTopNode);
2740 SUnit *GenericScheduler::pickNode(bool &IsTopNode) { function in class:GenericScheduler
2812 /// that was just returned by pickNode(). However, ScheduleDAGMI needs to update
2916 virtual SUnit *pickNode(bool &IsTopNode) { function in class:__anon2290::ILPScheduler
3005 virtual SUnit *pickNode(bool &IsTopNode) { function in class:__anon2291::InstructionShuffler

Completed in 100 milliseconds