MCPcopy Create free account
hub / github.com/Samsung/UTopia / addFirstUses

Method addFirstUses

lib/rootdefanalysis/RDNode.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121void RDNode::addFirstUse(const RDArgIndex &Src) { FirstUses.insert(Src); }
122
123void RDNode::addFirstUses(const std::set<RDArgIndex> &FirstUses) {
124
125 for (auto &FU : FirstUses)
126 addFirstUse(FU);
127}
128
129void RDNode::cancelVisit(Function &F) { Visit.erase(&F); }
130

Callers 2

traceMethod · 0.80
collectRDNodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected