Searched refs:SIAnnotateControlFlow (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp1 //===- SIAnnotateControlFlow.cpp ------------------------------------------===//
38 class SIAnnotateControlFlow : public FunctionPass { class in namespace:__anon2654
93 SIAnnotateControlFlow() : FunctionPass(ID) {} function in class:__anon2654::SIAnnotateControlFlow
112 INITIALIZE_PASS_BEGIN(SIAnnotateControlFlow, DEBUG_TYPE,
117 INITIALIZE_PASS_END(SIAnnotateControlFlow, DEBUG_TYPE,
120 char SIAnnotateControlFlow::ID = 0;
123 void SIAnnotateControlFlow::initialize(Module &M, const GCNSubtarget &ST) {
148 bool SIAnnotateControlFlow::isUniform(BranchInst *T) {
154 bool SIAnnotateControlFlow::isTopOfStack(BasicBlock *BB) {
159 Value *SIAnnotateControlFlow
[all...]
/openbsd-current/gnu/usr.bin/clang/libLLVMAMDGPUCodeGen/
H A DMakefile99 SIAnnotateControlFlow.cpp \

Completed in 112 milliseconds