Lines Matching defs:DAGSize

634   unsigned DAGSize = DAG->SUnits.size();
636 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
655 unsigned DAGSize = DAG->SUnits.size();
662 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
778 unsigned DAGSize = DAG->SUnits.size();
784 CurrentTopDownReservedDependencyColoring.resize(DAGSize, 0);
785 CurrentBottomUpReservedDependencyColoring.resize(DAGSize, 0);
803 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
812 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
845 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
854 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
899 unsigned DAGSize = DAG->SUnits.size();
902 assert(DAGSize >= 1 &&
903 CurrentBottomUpReservedDependencyColoring.size() == DAGSize &&
904 CurrentTopDownReservedDependencyColoring.size() == DAGSize);
918 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
927 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
948 unsigned DAGSize = DAG->SUnits.size();
952 if (DAGSize <= 1)
957 for (unsigned i = 1, e = DAGSize; i != e; ++i) {
967 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
981 unsigned DAGSize = DAG->SUnits.size();
987 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
997 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1007 unsigned DAGSize = DAG->SUnits.size();
1013 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1018 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1028 unsigned DAGSize = DAG->SUnits.size();
1034 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1039 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1043 if (SUColors.size() == 1 && *SUColors.begin() <= DAGSize)
1049 unsigned DAGSize = DAG->SUnits.size();
1063 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1071 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1088 unsigned DAGSize = DAG->SUnits.size();
1095 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1100 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1156 unsigned DAGSize = DAG->SUnits.size();
1161 CurrentColoring.resize(DAGSize, 0);
1168 NextNonReservedID = DAGSize + 1;
1187 Node2CurrentBlock.resize(DAGSize, -1);
1188 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1202 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1207 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1215 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
1246 unsigned DAGSize = CurrentBlocks.size();
1251 WorkList.reserve(DAGSize);
1252 TopDownIndex2Block.resize(DAGSize);
1253 TopDownBlock2Index.resize(DAGSize);
1254 BottomUpIndex2Block.resize(DAGSize);
1256 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1265 int Id = DAGSize;
1280 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1294 unsigned DAGSize = CurrentBlocks.size();
1301 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1316 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1348 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1375 unsigned DAGSize = CurrentBlocks.size();
1377 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1392 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1782 unsigned DAGSize = SUnits.size();
1796 if (Pred->NodeNum >= DAGSize)
1828 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)