Lines Matching refs:blockID
321 unsigned blockID = B->getBlockID();
322 if (!Reachable[blockID]) {
323 Reachable.set(blockID);
376 unsigned blockID = block->getBlockID();
377 if (Reachable[blockID] || Visited[blockID])
379 Visited[blockID] = true;
389 unsigned blockID = PredBlock->getBlockID();
390 if (Visited[blockID]) {
394 if (!Reachable[blockID]) {
396 Visited[blockID] = true;