Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1598 class DisplayNode;
1616 DisplayEdge(std::string Value, DisplayNode &Node, StringRef Colour) in DisplayEdge()
1621 const DisplayNode &getDestinationNode() const { return Node; } in getDestinationNode()
1625 const DisplayNode &Node;
1629 class DisplayNode : public DisplayElement { class
1633 DisplayNode(std::string Content, StringRef Colour) in DisplayNode() function in __anon94a753662a11::DisplayNode
1637 using ChildIterator = std::unordered_set<DisplayNode *>::const_iterator;
1647 void createEdge(StringRef Value, DisplayNode &Node, StringRef Colour);
1653 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge()
1660 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel()
[all …]