Home
last modified time | relevance | path

Searched refs:DepGraphDotFileNamePrefix (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp150 static cl::opt<std::string> DepGraphDotFileNamePrefix( variable
3993 if (!DepGraphDotFileNamePrefix.empty()) in dumpGraph()
3994 Prefix = DepGraphDotFileNamePrefix; in dumpGraph()