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

Method pop

lib/rootdefanalysis/RDTarget.cpp:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 std::shared_ptr<Node> pop() {
103
104 if (Stack.size() == 0)
105 return nullptr;
106
107 auto Result = Stack.top();
108 Stack.pop();
109
110 return Result;
111 }
112
113 std::vector<unsigned> memoryIndices(llvm::Value &V) const {
114

Callers 11

buildMethod · 0.80
initMethod · 0.80
findMethod · 0.80
analyzeFilePathMethod · 0.80
analyzeArrayMethod · 0.80
analyzeLoopMethod · 0.80
analyzeDirectionMethod · 0.80
analyzeAllocMethod · 0.80
parseMethod · 0.80
readObjectMethod · 0.80
readArrayMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected