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

Method get

lib/indcallsolver/TestTypeVirtSolverHandler.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::set<const Function *>
113TestTypeVirtSolverHandler::get(const Value *V) const {
114 auto Iter = Map.find(V);
115 if (Iter == Map.end())
116 return {};
117
118 return Iter->second;
119}
120
121void TestTypeVirtSolverHandler::handle(const GlobalVariable &GV) {
122 SmallVector<MDNode *, 2> MDTypes;

Callers 1

handleMethod · 0.45

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected