Searched refs:REnd (Results 1 – 7 of 7) sorted by relevance
302 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in AnalyzeBranch() local305 while (I != REnd && I->isDebugValue()) in AnalyzeBranch()308 if (I == REnd || !isUnpredicatedTerminator(&*I)) { in AnalyzeBranch()326 if (++I != REnd) { in AnalyzeBranch()350 if (++I != REnd && isUnpredicatedTerminator(&*I)) in AnalyzeBranch()425 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in RemoveBranch() local430 while (I != REnd && I->isDebugValue()) in RemoveBranch()437 for(removed = 0; I != REnd && removed < 2; ++I, ++removed) in RemoveBranch()
143 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local145 while (LItr != LEnd && RItr != REnd) { in isEqual()159 return LItr == LEnd && RItr == REnd; in isEqual()
1364 REnd = PreprocessorOpts.remapped_file_end(); in getMainBufferWithPrecompiledPreamble() local1365 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()1380 REnd = PreprocessorOpts.remapped_file_buffer_end(); in getMainBufferWithPrecompiledPreamble() local1381 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()1981 REnd = PPOpts.remapped_file_buffer_end(); in Reparse() local1982 R != REnd; in Reparse()
6274 REnd = RD->redecls_end(); in finishPendingActions() local6275 R != REnd; ++R) in finishPendingActions()6289 REnd = ID->redecls_end(); in finishPendingActions() local6290 R != REnd; ++R) in finishPendingActions()6298 REnd = PD->redecls_end(); in finishPendingActions() local6299 R != REnd; ++R) in finishPendingActions()6308 REnd = RTD->redecls_end(); in finishPendingActions() local6309 R != REnd; ++R) in finishPendingActions()
2569 for (redecl_iterator R = redecls_begin(), REnd = redecls_end(); in getDefinition() local2570 R != REnd; ++R) in getDefinition()
1267 REnd = Function->redecls_end(); in VisitFunctionDecl() local1268 R != REnd; ++R) { in VisitFunctionDecl()
10856 REnd = Class->redecls_end(); in DefineUsedVTables() local10857 R != REnd; ++R) { in DefineUsedVTables()