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