|
LLVM
8.0.1
|
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>
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 |
Annotates the control flow with hardware specific intrinsics.
Definition in file SIAnnotateControlFlow.cpp.
| #define DEBUG_TYPE "si-annotate-control-flow" |
Definition at line 46 of file SIAnnotateControlFlow.cpp.
| INITIALIZE_PASS_BEGIN | ( | SIAnnotateControlFlow | , |
| DEBUG_TYPE | , | ||
| "Annotate SI Control Flow" | , | ||
| false | , | ||
| false | |||
| ) |
| DEBUG_TYPE |
Definition at line 128 of file SIAnnotateControlFlow.cpp.
| Annotate SI Control false |
Definition at line 128 of file SIAnnotateControlFlow.cpp.
| Annotate SI Control Flow |
Definition at line 128 of file SIAnnotateControlFlow.cpp.
1.8.13