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

Method push

lib/rootdefanalysis/RDTarget.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void push(llvm::Value &Target, std::vector<unsigned> Indices = {}) {
95 if (Visit.find(&Target) != Visit.end())
96 return;
97
98 Visit.insert(&Target);
99 Stack.push(std::make_shared<Node>(Target, Indices));
100 }
101
102 std::shared_ptr<Node> pop() {
103

Callers 5

buildMethod · 0.80
findMethod · 0.80
parseMethod · 0.80
readObjectMethod · 0.80
readArrayMethod · 0.80

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected