Home
last modified time | relevance | path

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

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