Home | History | Annotate | Download | only in Analysis

Lines Matching refs:blockID

58   unsigned blockID = block->getBlockID();
59 if (Reachable[blockID] || Visited[blockID])
61 Visited[blockID] = true;
71 unsigned blockID = PredBlock->getBlockID();
72 if (Visited[blockID]) {
76 if (!Reachable[blockID]) {
78 Visited[blockID] = true;
281 unsigned blockID = B->getBlockID();
282 if (!Reachable[blockID]) {
283 Reachable.set(blockID);