摘要:
查看LLVM BasicBlock类的文档时,发现了一些有意思的成员函数 BasicBlock *getSingleSuccessor () const Return the successor of this block if it has a single successor. More... 阅读全文
摘要:
We used the predecessors() to get the predecessors of a basic block based on LLVM's IR. The code is like: for (llvm::BasicBlock* pred_bb : predecessor 阅读全文