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

Method next

lib/rootdefanalysis/RDAnalyzer.cpp:175–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175std::set<RDNode> RDAnalyzer::next(RDNode &Node) {
176 if (Node.isMemory()) {
177 if (auto *SI = dyn_cast<StoreInst>(&Node.getLocation()))
178 return handleStoreInst(Node, *SI);
179
180 if (auto *CB = dyn_cast<CallBase>(&Node.getLocation()))
181 return handleMemoryCall(Node, *CB);
182 }
183 return {Node};
184}
185
186std::set<RDNode> RDAnalyzer::getPrevs(RDNode &Node) {
187

Callers 1

getPrevsMemoryBaseMethod · 0.45

Calls 1

isMemoryMethod · 0.80

Tested by

no test coverage detected