LLVM  4.0.0
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/Analysis/DivergenceAnalysis.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/SSAUpdater.h"
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

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

Definition at line 29 of file SIAnnotateControlFlow.cpp.

Function Documentation

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

Variable Documentation

DEBUG_TYPE

Definition at line 122 of file SIAnnotateControlFlow.cpp.

Annotate SI Control false

Definition at line 122 of file SIAnnotateControlFlow.cpp.

Annotate SI Control Flow

Definition at line 122 of file SIAnnotateControlFlow.cpp.