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

Method init

lib/rootdefanalysis/RDTarget.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 } Node;
86
87 void init() {
88
89 Visit.clear();
90 while (Stack.size() > 0)
91 Stack.pop();
92 }
93
94 void push(llvm::Value &Target, std::vector<unsigned> Indices = {}) {
95 if (Visit.find(&Target) != Visit.end())

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.80
popMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected