Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void RDNode::setFirstUses(const std::set<RDArgIndex> &FirstUses) {
76
77
this->FirstUses = FirstUses;
78
}
79
80
void RDNode::setFirstUse(llvm::CallBase &CB, int ArgNo) {
81
Callers
2
trace
Method · 0.80
handleExternalCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected