HomeSort by: relevance | last modified time | path
    Searched refs:SIAnnotateControlFlow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 1 //===- SIAnnotateControlFlow.cpp ------------------------------------------===//
38 class SIAnnotateControlFlow : public FunctionPass {
93 SIAnnotateControlFlow() : FunctionPass(ID) {}
111 INITIALIZE_PASS_BEGIN(SIAnnotateControlFlow, DEBUG_TYPE,
116 INITIALIZE_PASS_END(SIAnnotateControlFlow, DEBUG_TYPE,
119 char SIAnnotateControlFlow::ID = 0;
122 void SIAnnotateControlFlow::initialize(Module &M, const GCNSubtarget &ST) {
147 bool SIAnnotateControlFlow::isUniform(BranchInst *T) {
153 bool SIAnnotateControlFlow::isTopOfStack(BasicBlock *BB) {
158 Value *SIAnnotateControlFlow::popSaved()
    [all...]
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 83 SIAnnotateControlFlow.cpp \

Completed in 85 milliseconds