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

Method getIntraBlock

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

Source from the content-addressed store, hash-verified

498 }
499
500 inline IntraICFGNode* getIntraBlock(const Instruction* inst)
501 {
502 InstToBlockNodeMapTy::const_iterator it = InstToBlockNodeMap.find(inst);
503 if (it == InstToBlockNodeMap.end())
504 return nullptr;
505 return it->second;
506 }
507
508 /// Get/Add a function entry node
509 inline FunEntryICFGNode* getFunEntryBlock(const Function* fun)

Callers 1

addIntraBlockICFGNodeMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected