Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void RDNode::addFirstUse(llvm::CallBase &CB, int ArgNo) {
117
118
FirstUses.emplace(CB, ArgNo);
119
}
120
121
void RDNode::addFirstUse(const RDArgIndex &Src) { FirstUses.insert(Src); }
122
Callers
3
handleExternalCall
Method · 0.80
mergeRDNode
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64