Lines Matching defs:CFG
11 // These files contain a visualization that allows inspecting the CFG and the
166 // Timeline of iterations of CFG block visitation.
174 // The number of elements we have visited within the current CFG block.
318 // Write the CFG block details.
479 // Write the CFG diagram, a graph of basic blocks.
487 *OS << "Can't draw CFG: " << toString(SVG.takeError());
491 // Produce a graphviz description of a CFG.
492 std::string buildCFGDot(const clang::CFG &CFG) {
501 for (unsigned I = 0; I < CFG.getNumBlockIDs(); ++I) {
510 for (const auto *Block : CFG) {