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

Method setFirstUses

lib/rootdefanalysis/RDNode.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void RDNode::setFirstUses(const std::set<RDArgIndex> &FirstUses) {
76
77 this->FirstUses = FirstUses;
78}
79
80void RDNode::setFirstUse(llvm::CallBase &CB, int ArgNo) {
81

Callers 2

traceMethod · 0.80
handleExternalCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected