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

Method timeout

lib/rootdefanalysis/RDNode.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91void RDNode::setStopTracing(bool Flag) { StopTracing = Flag; }
92
93void RDNode::timeout() {
94
95 this->Timeout = true;
96 setForcedDef();
97}
98
99void RDNode::visit(const RDTarget &T, const Instruction &I) {
100 const auto *F = I.getFunction();

Callers 1

traceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected