Lines Matching defs:DAGSize
631 unsigned DAGSize = DAG->SUnits.size();
633 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
652 unsigned DAGSize = DAG->SUnits.size();
659 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
772 unsigned DAGSize = DAG->SUnits.size();
778 CurrentTopDownReservedDependencyColoring.resize(DAGSize, 0);
779 CurrentBottomUpReservedDependencyColoring.resize(DAGSize, 0);
797 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
806 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
839 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
848 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
893 unsigned DAGSize = DAG->SUnits.size();
896 assert(DAGSize >= 1 &&
897 CurrentBottomUpReservedDependencyColoring.size() == DAGSize &&
898 CurrentTopDownReservedDependencyColoring.size() == DAGSize);
910 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
919 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
940 unsigned DAGSize = DAG->SUnits.size();
944 if (DAGSize <= 1)
949 for (unsigned i = 1, e = DAGSize; i != e; ++i) {
959 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
973 unsigned DAGSize = DAG->SUnits.size();
979 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
989 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
999 unsigned DAGSize = DAG->SUnits.size();
1005 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1010 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1020 unsigned DAGSize = DAG->SUnits.size();
1026 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1031 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1035 if (SUColors.size() == 1 && *SUColors.begin() <= DAGSize)
1041 unsigned DAGSize = DAG->SUnits.size();
1055 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1063 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1080 unsigned DAGSize = DAG->SUnits.size();
1087 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1092 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1148 unsigned DAGSize = DAG->SUnits.size();
1153 CurrentColoring.resize(DAGSize, 0);
1160 NextNonReservedID = DAGSize + 1;
1179 Node2CurrentBlock.resize(DAGSize, -1);
1180 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1194 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1199 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1207 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
1238 unsigned DAGSize = CurrentBlocks.size();
1243 WorkList.reserve(DAGSize);
1244 TopDownIndex2Block.resize(DAGSize);
1245 TopDownBlock2Index.resize(DAGSize);
1246 BottomUpIndex2Block.resize(DAGSize);
1248 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1257 int Id = DAGSize;
1272 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1286 unsigned DAGSize = CurrentBlocks.size();
1293 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1308 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1340 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1367 unsigned DAGSize = CurrentBlocks.size();
1369 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1384 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1774 unsigned DAGSize = SUnits.size();
1788 if (Pred->NodeNum >= DAGSize)
1820 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)