Lines Matching defs:blockID
371 unsigned blockID = B->getBlockID();
372 if (!Reachable[blockID]) {
373 Reachable.set(blockID);
427 unsigned blockID = block->getBlockID();
428 if (Reachable[blockID] || Visited[blockID])
430 Visited[blockID] = true;
440 unsigned blockID = PredBlock->getBlockID();
441 if (Visited[blockID]) {
445 if (!Reachable[blockID]) {
447 Visited[blockID] = true;