Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp117 static cl::opt<DotScope> DotGraphScope( variable
3115 (AllocIdForDot.getNumOccurrences() && DotGraphScope == DotScope::All) || in DOTGraphTraits()
3117 DotGraphScope != DotScope::Context); in DOTGraphTraits()
3215 if (DotGraphScope == DotScope::Alloc) in isNodeHidden()
3217 if (DotGraphScope == DotScope::Context) in isNodeHidden()
5712 if (DotGraphScope == DotScope::Alloc && !AllocIdForDot.getNumOccurrences()) in MemProfContextDisambiguation()
5715 if (DotGraphScope == DotScope::Context && in MemProfContextDisambiguation()
5719 if (DotGraphScope == DotScope::All && AllocIdForDot.getNumOccurrences() && in MemProfContextDisambiguation()