Searched refs:blockID (Results 1 – 4 of 4) sorted by relevance
211 JOS->attribute("block", blockID(E.Block->getBlockID())); in endAnalysis()240 static std::string blockID(unsigned Block) { in blockID() function in clang::dataflow::__anon475589f90111::HTMLLogger265 JOS->attribute("block", blockID(Block)); in recordState()310 JOS->attributeObject(blockID(B.getBlockID()), [&] { in writeBlock()396 OS << " " << blockID(BB); in writeCode()404 OS << " data-bb='" << blockID(BB) << "'"; in writeCode()490 GraphS << " " << blockID(I) << " [id=" << blockID(I) << "]\n"; in buildCFGDot()494 GraphS << " " << blockID(Block->getBlockID()) << " -> " in buildCFGDot()495 << blockID(Succ.getReachableBlock()->getBlockID()) << "\n"; in buildCFGDot()
370 unsigned blockID = B->getBlockID(); in scanFromBlock() local371 if (!Reachable[blockID]) { in scanFromBlock()372 Reachable.set(blockID); in scanFromBlock()426 unsigned blockID = block->getBlockID(); in enqueue() local427 if (Reachable[blockID] || Visited[blockID]) in enqueue()429 Visited[blockID] = true; in enqueue()439 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local440 if (Visited[blockID]) { in isDeadCodeRoot()444 if (!Reachable[blockID]) { in isDeadCodeRoot()446 Visited[blockID] = true; in isDeadCodeRoot()
491 SS << BB->blockID(); in printBlockLabel()843 SS << "BB_" << E->blockID() << ":"; in printBasicBlock()845 SS << " BB_" << E->parent()->blockID(); in printBasicBlock()
1549 int blockID() const { return BlockID; } in blockID() function