Searched refs:EdgeColor (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/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," +
|