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

Method get

lib/indcallsolver/TBAAVirtSolverHandler.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 : Map(std::move(Handler.Map)) {}
17
18std::set<const llvm::Constant *>
19TBAAVirtSolverHandler::get(const llvm::MDNode *Node) const {
20 auto Iter = Map.find(Node);
21 if (Iter == Map.end())
22 return {};
23
24 return Iter->second;
25}
26
27void TBAAVirtSolverHandler::handle(const llvm::Instruction &I) {
28 const auto *SI = dyn_cast<StoreInst>(&I);

Callers 10

checkMethod · 0.45
solveMethod · 0.45
solveMethod · 0.45
solveMethod · 0.45
solveMethod · 0.45
initializeRDAnalyzerMethod · 0.45
isBufferAllocSizeMethod · 0.45
isLoopExitMethod · 0.45
isFilePathMethod · 0.45

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by 1

solveMethod · 0.36