Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1274 const DisplayNode &getDestinationNode() const { return Node; } in getDestinationNode() function in __anon0dac999d2511::DisplayEdge
1432 EdgeMap.insert({&E.getDestinationNode(), &E}); in createEdgeMap()
1793 static NodeRef edge_dest(EdgeRef E) { return &E->getDestinationNode(); } in edge_dest()