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

Method setTarget

lib/rootdefanalysis/RDNode.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61void RDNode::setIdx(int Idx) { this->Idx = Idx; }
62
63void RDNode::setTarget(llvm::Value &V) {
64
65 Target = RDTarget::create(V);
66 Idx = getIdx(*Target, *Location);
67}
68
69void RDNode::setLocation(llvm::Instruction &I) {
70

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected