VirtualCFG::dfaToDot
Synopsis
Declared in <src/midend/programAnalysis/defUseAnalysis/dfaToDot.h>
template<typename FilterFunction>
[[visibility]]
std::ostream&
dfaToDot(
std::ostream& o,
std::string graphName,
std::vector<FilteredCFGNode<FilterFunction>> start,
DefUseAnalysis* dfa,
LivenessAnalysis* live);
Created with MrDocs