Searched refs:EdgeColor (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.h | 63 StatType EdgeColor = StatType::NONE,
|
H A D | xray-graph-diff.cpp | 360 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 D | xray-graph.h | 157 StatType EdgeColor = StatType::NONE,
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 302 std::string EdgeColor = (Freq <= (CFGInfo->getMaxFreq() / 2)) 306 std::string Attrs = "color=\"" + EdgeColor + "ff\", style=filled," +
|