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

Method setLocation

lib/rootdefanalysis/RDNode.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void RDNode::setLocation(llvm::Instruction &I) {
70
71 Location = &I;
72 Idx = getIdx(*Target, *Location);
73}
74
75void RDNode::setFirstUses(const std::set<RDArgIndex> &FirstUses) {
76

Callers 2

getPrevsMemoryBaseMethod · 0.45
handleStoreInstMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected