LLVM 19.0.0git
Macros | Functions | Variables
SIAnnotateControlFlow.cpp File Reference

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

#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/UniformityAnalysis.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/IntrinsicsAMDGPU.h"
#include "llvm/InitializePasses.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/Local.h"

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 31 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 118 of file SIAnnotateControlFlow.cpp.

◆ false

Annotate SI Control false

Definition at line 119 of file SIAnnotateControlFlow.cpp.

◆ Flow

Annotate SI Control Flow

Definition at line 119 of file SIAnnotateControlFlow.cpp.