Lines Matching defs:getID
34 static unsigned getID(const CFGBlock &B) { return B.getBlockID(); }
35 static unsigned getID(const CFGIntervalNode &I) { return I.ID; }
44 Partitioned.set(getID(*Header));
54 if (auto SID = getID(*S); !Partitioned.test(SID)) {
72 auto ID = getID(*B);
86 if (auto SID = getID(*S);
121 assert(getID(*N) < Index.size());
122 Index[getID(*N)] = &Interval;
165 if (Partitioned.test(getID(*B)))
182 assert(getID(*P) < NumBlockIDs);
183 CFGIntervalNode *Pred = Index[getID(*P)];