摘要: 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 阅读全文
posted @ 2020-12-06 10:22 bjchan9an 阅读(183) 评论(1) 推荐(0)