LLVM 22.0.0git
Instrumentation.cpp File Reference

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.

Variables

static cl::opt< boolClIgnoreRedundantInstrumentation ("ignore-redundant-instrumentation", cl::desc("Ignore redundant instrumentation"), cl::Hidden, cl::init(false))

Function Documentation

◆ moveBeforeInsertPoint()

BasicBlock::iterator moveBeforeInsertPoint ( BasicBlock::iterator I,
BasicBlock::iterator IP )
static

Moves I before IP. Returns new insert point.

Definition at line 44 of file Instrumentation.cpp.

References I.

Referenced by llvm::PrepareToSplitEntryBlock().

Variable Documentation

◆ ClIgnoreRedundantInstrumentation

cl::opt< bool > ClIgnoreRedundantInstrumentation("ignore-redundant-instrumentation", cl::desc("Ignore redundant instrumentation"), cl::Hidden, cl::init(false)) ( "ignore-redundant-instrumentation" ,
cl::desc("Ignore redundant instrumentation") ,
cl::Hidden ,
cl::init(false)  )
static