Lines Matching defs:DAGSize
630 unsigned DAGSize = DAG->SUnits.size();
632 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
651 unsigned DAGSize = DAG->SUnits.size();
658 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
771 unsigned DAGSize = DAG->SUnits.size();
777 CurrentTopDownReservedDependencyColoring.resize(DAGSize, 0);
778 CurrentBottomUpReservedDependencyColoring.resize(DAGSize, 0);
796 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
805 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
838 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
847 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
889 unsigned DAGSize = DAG->SUnits.size();
892 assert(DAGSize >= 1 &&
893 CurrentBottomUpReservedDependencyColoring.size() == DAGSize &&
894 CurrentTopDownReservedDependencyColoring.size() == DAGSize);
906 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
915 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
936 unsigned DAGSize = DAG->SUnits.size();
940 if (DAGSize <= 1)
945 for (unsigned i = 1, e = DAGSize; i != e; ++i) {
955 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
969 unsigned DAGSize = DAG->SUnits.size();
975 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
985 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
995 unsigned DAGSize = DAG->SUnits.size();
1001 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1006 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1016 unsigned DAGSize = DAG->SUnits.size();
1022 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1027 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1031 if (SUColors.size() == 1 && *SUColors.begin() <= DAGSize)
1037 unsigned DAGSize = DAG->SUnits.size();
1051 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1059 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1076 unsigned DAGSize = DAG->SUnits.size();
1083 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1088 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1144 unsigned DAGSize = DAG->SUnits.size();
1149 CurrentColoring.resize(DAGSize, 0);
1156 NextNonReservedID = DAGSize + 1;
1175 Node2CurrentBlock.resize(DAGSize, -1);
1176 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1190 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1195 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1203 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
1234 unsigned DAGSize = CurrentBlocks.size();
1239 WorkList.reserve(DAGSize);
1240 TopDownIndex2Block.resize(DAGSize);
1241 TopDownBlock2Index.resize(DAGSize);
1242 BottomUpIndex2Block.resize(DAGSize);
1244 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1253 int Id = DAGSize;
1268 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1282 unsigned DAGSize = CurrentBlocks.size();
1289 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1304 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1336 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1363 unsigned DAGSize = CurrentBlocks.size();
1365 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1380 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1768 unsigned DAGSize = SUnits.size();
1782 if (Pred->NodeNum >= DAGSize)
1814 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)