Lines Matching refs:SIAnnotateControlFlow

38 class SIAnnotateControlFlow : public FunctionPass {  class
93 SIAnnotateControlFlow() : FunctionPass(ID) {} in SIAnnotateControlFlow() function in __anon0078d3720111::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) { in initialize()
148 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform()
154 bool SIAnnotateControlFlow::isTopOfStack(BasicBlock *BB) { in isTopOfStack()
159 Value *SIAnnotateControlFlow::popSaved() { in popSaved()
164 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) { in push()
170 bool SIAnnotateControlFlow::isElse(PHINode *Phi) { in isElse()
187 bool SIAnnotateControlFlow::hasKill(const BasicBlock *BB) { in hasKill()
197 bool SIAnnotateControlFlow::eraseIfUnused(PHINode *Phi) { in eraseIfUnused()
205 bool SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf()
216 bool SIAnnotateControlFlow::insertElse(BranchInst *Term) { in insertElse()
227 Value *SIAnnotateControlFlow::handleLoopCondition( in handleLoopCondition()
261 bool SIAnnotateControlFlow::handleLoop(BranchInst *Term) { in handleLoop()
297 bool SIAnnotateControlFlow::closeControlFlow(BasicBlock *BB) { in closeControlFlow()
336 bool SIAnnotateControlFlow::runOnFunction(Function &F) { in runOnFunction()
390 return new SIAnnotateControlFlow(); in createSIAnnotateControlFlowPass()