LLVM 17.0.0git
|
#include "llvm/Transforms/Instrumentation.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
#include "llvm/TargetParser/Triple.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. | |
|
static |
Moves I before IP. Returns new insert point.
Definition at line 22 of file Instrumentation.cpp.
References I.
Referenced by llvm::PrepareToSplitEntryBlock().