LLVM  8.0.1
Macros | Functions | Variables
SIAnnotateControlFlow.cpp File Reference

Annotates the control flow with hardware specific intrinsics. More...

#include "AMDGPU.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Analysis/LegacyDivergenceAnalysis.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Constant.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/ValueHandle.h"
#include "llvm/Pass.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include <cassert>
#include <utility>
Include dependency graph for SIAnnotateControlFlow.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "si-annotate-control-flow"
 

Functions

 INITIALIZE_PASS_BEGIN (SIAnnotateControlFlow, DEBUG_TYPE, "Annotate SI Control Flow", false, false) INITIALIZE_PASS_END(SIAnnotateControlFlow
 

Variables

 DEBUG_TYPE
 
Annotate SI Control Flow
 
Annotate SI Control false
 

Detailed Description

Annotates the control flow with hardware specific intrinsics.

Definition in file SIAnnotateControlFlow.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "si-annotate-control-flow"

Definition at line 46 of file SIAnnotateControlFlow.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( SIAnnotateControlFlow  ,
DEBUG_TYPE  ,
"Annotate SI Control Flow ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 128 of file SIAnnotateControlFlow.cpp.

◆ false

Annotate SI Control false

Definition at line 128 of file SIAnnotateControlFlow.cpp.

◆ Flow

Annotate SI Control Flow

Definition at line 128 of file SIAnnotateControlFlow.cpp.