MCPcopy Create free account
hub / github.com/SVF-tools/SVF / hasGlobalRep

Method hasGlobalRep

svf-llvm/include/SVF-LLVM/LLVMModule.h:353–357  ·  view source on GitHub ↗

Global to rep

Source from the content-addressed store, hash-verified

351
352 /// Global to rep
353 bool hasGlobalRep(const GlobalVariable* val) const
354 {
355 GlobalDefToRepMapTy::const_iterator it = GlobalDefToRepMap.find(val);
356 return it != GlobalDefToRepMap.end();
357 }
358
359 GlobalVariable *getGlobalRep(const GlobalVariable* val) const
360 {

Callers 1

getGlobalRepMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected