Searched refs:ScheduleDAGTopologicalSort (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp459 void ScheduleDAGTopologicalSort::InitDAGTopologicalSorting() {
518 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {
544 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound,
573 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound,
601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) {
614 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU,
632 void ScheduleDAGTopologicalSort::Allocate(int n, int index) {
637 ScheduleDAGTopologicalSort::
638 ScheduleDAGTopologicalSort(st
[all...]
H A DMachinePipeliner.cpp208 ScheduleDAGTopologicalSort Topo;
1527 for (ScheduleDAGTopologicalSort::const_iterator I = Topo.begin(),
1537 for (ScheduleDAGTopologicalSort::const_iterator I = Topo.begin(),
1556 for (ScheduleDAGTopologicalSort::const_reverse_iterator I = Topo.rbegin(),
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAG.cpp434 void ScheduleDAGTopologicalSort::InitDAGTopologicalSorting() {
490 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {
516 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound,
542 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound,
570 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *SU, SUnit *TargetSU) {
582 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU,
600 void ScheduleDAGTopologicalSort::Allocate(int n, int index) {
605 ScheduleDAGTopologicalSort::
606 ScheduleDAGTopologicalSort(st
[all...]
H A DPostRASchedulerList.cpp122 ScheduleDAGTopologicalSort Topo;
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h703 /// ScheduleDAGTopologicalSort is a class that computes a topological
709 class ScheduleDAGTopologicalSort { class in class:llvm::SUnit
734 ScheduleDAGTopologicalSort(std::vector<SUnit> &SUnits, SUnit *ExitSU);
H A DMachineScheduler.h234 ScheduleDAGTopologicalSort Topo;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScheduleDAG.h658 /// ScheduleDAGTopologicalSort is a class that computes a topological
664 class ScheduleDAGTopologicalSort { class in namespace:llvm
688 explicit ScheduleDAGTopologicalSort(std::vector<SUnit> &SUnits);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp155 ScheduleDAGTopologicalSort Topo;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp163 ScheduleDAGTopologicalSort Topo;

Completed in 597 milliseconds