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

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.h81 virtual void releaseBottomNode(SUnit *SU);
H A DR600MachineScheduler.cpp193 void R600SchedStrategy::releaseBottomNode(SUnit *SU) { function in class:R600SchedStrategy
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h217 virtual void releaseBottomNode(SUnit *SU);
H A DHexagonMachineScheduler.cpp237 void ConvergingVLIWScheduler::releaseBottomNode(SUnit *SU) { function in class:ConvergingVLIWScheduler
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h204 virtual void releaseBottomNode(SUnit *SU) = 0;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp445 SchedImpl->releaseBottomNode(PredSU);
856 SchedImpl->releaseBottomNode(*I);
1653 virtual void releaseBottomNode(SUnit *SU);
1797 void GenericScheduler::releaseBottomNode(SUnit *SU) { function in class:GenericScheduler
2944 virtual void releaseBottomNode(SUnit *SU) { function in class:__anon7::ILPScheduler
3033 virtual void releaseBottomNode(SUnit *SU) { function in class:__anon8::InstructionShuffler

Completed in 170 milliseconds