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

Method getSVFBasicBlock

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

Source from the content-addressed store, hash-verified

296 }
297
298 SVFBasicBlock* getSVFBasicBlock(const BasicBlock* bb)
299 {
300 LLVMBB2SVFBBMap::const_iterator it = LLVMBB2SVFBB.find(bb);
301 assert(it!=LLVMBB2SVFBB.end() && "SVF BasicBlock not found!");
302 return it->second;
303 }
304
305 /// Get the corresponding Function based on its name
306 inline const Function* getFunction(const std::string& name)

Callers 8

addInterBlockICFGNodeMethod · 0.80
addBlockICFGNodeMethod · 0.80
addIntraBlockICFGNodeMethod · 0.80
getFunReachableBBsMethod · 0.80
initSVFBasicBlockMethod · 0.80
initDomTreeMethod · 0.80
setCurrentLocationMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected