Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1251 const DisplayNode &getDestinationNode() const { return Node; } in getDestinationNode() function in __anone1b304962011::DisplayEdge
1409 EdgeMap.insert({&E.getDestinationNode(), &E}); in createEdgeMap()
1770 static NodeRef edge_dest(EdgeRef E) { return &E->getDestinationNode(); } in edge_dest()