Searched refs:EdgeColor (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.h | 63 StatType EdgeColor = StatType::NONE,
|
H A D | xray-graph-diff.cpp | 359 StatType EdgeColor, in exportGraphAsDOT() argument 385 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor), in exportGraphAsDOT() 386 getLineWidth(E, EdgeColor)); in exportGraphAsDOT()
|
H A D | xray-graph.h | 157 StatType EdgeColor = StatType::NONE,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 290 std::string EdgeColor = (Freq <= (CFGInfo->getMaxFreq() / 2)) 294 std::string Attrs = "color=\"" + EdgeColor + "ff\", style=filled," +
|