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

Method addFirstUse

lib/rootdefanalysis/RDNode.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void RDNode::addFirstUse(llvm::CallBase &CB, int ArgNo) {
117
118 FirstUses.emplace(CB, ArgNo);
119}
120
121void RDNode::addFirstUse(const RDArgIndex &Src) { FirstUses.insert(Src); }
122

Callers 3

handleExternalCallMethod · 0.80
mergeRDNodeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64