Searched refs:SIAnnotateControlFlow (Results 1 – 1 of 1) sorted by relevance
54 class SIAnnotateControlFlow : public FunctionPass { class105 SIAnnotateControlFlow() : FunctionPass(ID) {} in SIAnnotateControlFlow() function in __anon740648470111::SIAnnotateControlFlow124 INITIALIZE_PASS_BEGIN(SIAnnotateControlFlow, DEBUG_TYPE,128 INITIALIZE_PASS_END(SIAnnotateControlFlow, DEBUG_TYPE,131 char SIAnnotateControlFlow::ID = 0;157 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform()168 Value *SIAnnotateControlFlow::popSaved() { in popSaved()179 bool SIAnnotateControlFlow::isElse(PHINode *Phi) { in isElse()204 void SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf()224 Value *SIAnnotateControlFlow::handleLoopCondition( in handleLoopCondition()[all …]