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

Method isMemory

lib/rootdefanalysis/RDNode.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195bool RDNode::isMemory() const {
196
197 assert(Target && "Unexpected Program State");
198 return isa<RDMemory>(Target.get());
199}
200
201bool RDNode::isTimeout() const { return Timeout; }
202

Callers 2

nextMethod · 0.80
handleExternalCallMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected