Insert an unlinked instruction into a basic block immediately before the specified position.
Synopses
Declared in <llvm/IR/Instruction.h>
Insert an unlinked instruction into a basic block immediately before the specified position.
void
insertBefore(InstListType::iterator InsertPos);
void
insertBefore(
BasicBlock& BB,
InstListType::iterator InsertPos);
Created with MrDocs