Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1621 const DisplayNode &getDestinationNode() const { return Node; } in getDestinationNode() function in __anon94a753662a11::DisplayEdge
1779 EdgeMap.insert({&E.getDestinationNode(), &E}); in createEdgeMap()
2139 static NodeRef edge_dest(EdgeRef E) { return &E->getDestinationNode(); } in edge_dest()