Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1267 class DisplayEdge : public DisplayElement { class
1269 DisplayEdge(std::string Value, DisplayNode &Node, StringRef Colour) in DisplayEdge() function in __anon0dac999d2511::DisplayEdge
1295 using EdgeIterator = std::vector<DisplayEdge *>::const_iterator;
1306 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge()
1325 std::vector<DisplayEdge> Edges;
1327 std::vector<DisplayEdge *> EdgePtrs;
1329 std::unordered_map<const DisplayNode *, const DisplayEdge *> EdgeMap;
1773 using EdgeRef = const DisplayEdge *;