|
LLVM
4.0.0
|
#include "llvm/Transforms/Instrumentation.h"#include "llvm-c/Initialization.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/InitializePasses.h"#include "llvm/PassRegistry.h"Go to the source code of this file.
Functions | |
| static BasicBlock::iterator | moveBeforeInsertPoint (BasicBlock::iterator I, BasicBlock::iterator IP) |
| Moves I before IP. Returns new insert point. More... | |
| void | LLVMInitializeInstrumentation (LLVMPassRegistryRef R) |
| LLVMInitializeInstrumentation - C binding for initializeInstrumentation. More... | |
|
static |
Moves I before IP. Returns new insert point.
Definition at line 24 of file Instrumentation.cpp.
Referenced by llvm::PrepareToSplitEntryBlock().
1.8.6