Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isRootDefinition
Method
isRootDefinition
lib/rootdefanalysis/RDNode.cpp:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
bool RDNode::isRootDefinition() const {
190
191
assert(Target &&
"Unexpected Program State"
);
192
return !Target->isAssignable() || ForcedDef;
193
}
194
195
bool RDNode::isMemory() const {
196
Callers
9
getRootDefinitions
Method · 0.80
traverseFunction
Method · 0.80
trace
Method · 0.80
pass
Method · 0.80
handleMemoryCall
Method · 0.80
handleExternalCall
Method · 0.80
handleMemoryIntrinsicCall
Method · 0.80
terminates
Method · 0.80
isInvalidRDNode
Method · 0.80
Calls
1
isAssignable
Method · 0.80
Tested by
no test coverage detected