Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h63 StatType EdgeColor = StatType::NONE,
H A Dxray-graph-diff.cpp360 StatType EdgeColor, in exportGraphAsDOT() argument
386 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor), in exportGraphAsDOT()
387 getLineWidth(E, EdgeColor)); in exportGraphAsDOT()
H A Dxray-graph.h157 StatType EdgeColor = StatType::NONE,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCFGPrinter.h302 std::string EdgeColor = (Freq <= (CFGInfo->getMaxFreq() / 2))
306 std::string Attrs = "color=\"" + EdgeColor + "ff\", style=filled," +