LLVM API Documentation
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Constant.h"
#include "llvm/Type.h"
#include <algorithm>
Include dependency graph for BasicBlockUtils.cpp:
Go to the source code of this file.
Functions | |
void | llvm::ReplaceInstWithValue (BasicBlock::InstListType &BIL, BasicBlock::iterator &BI, Value *V) |
void | llvm::ReplaceInstWithInst (BasicBlock::InstListType &BIL, BasicBlock::iterator &BI, Instruction *I) |
void | llvm::ReplaceInstWithInst (Instruction *From, Instruction *To) |
void | llvm::RemoveSuccessor (TerminatorInst *TI, unsigned SuccNum) |