Searched refs:REnd (Results 1 – 7 of 7) sorted by relevance
98 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in AnalyzeBranch() local101 while (I != REnd && I->isDebugValue()) in AnalyzeBranch()104 if (I == REnd || !isUnpredicatedTerminator(&*I)) { in AnalyzeBranch()122 if (++I != REnd) { in AnalyzeBranch()146 if (++I != REnd && isUnpredicatedTerminator(&*I)) in AnalyzeBranch()221 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in RemoveBranch() local226 while (I != REnd && I->isDebugValue()) in RemoveBranch()233 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()
1368 REnd = PreprocessorOpts.remapped_file_end(); in getMainBufferWithPrecompiledPreamble() local1369 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()1384 REnd = PreprocessorOpts.remapped_file_buffer_end(); in getMainBufferWithPrecompiledPreamble() local1385 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()2008 REnd = PPOpts.remapped_file_buffer_end(); in Reparse() local2009 R != REnd; in Reparse()
6378 REnd = RD->redecls_end(); in finishPendingActions() local6379 R != REnd; ++R) in finishPendingActions()6393 REnd = ID->redecls_end(); in finishPendingActions() local6394 R != REnd; ++R) in finishPendingActions()6402 REnd = PD->redecls_end(); in finishPendingActions() local6403 R != REnd; ++R) in finishPendingActions()6412 REnd = RTD->redecls_end(); in finishPendingActions() local6413 R != REnd; ++R) in finishPendingActions()
2609 for (redecl_iterator R = redecls_begin(), REnd = redecls_end(); in getDefinition() local2610 R != REnd; ++R) in getDefinition()
1271 REnd = Function->redecls_end(); in VisitFunctionDecl() local1272 R != REnd; ++R) { in VisitFunctionDecl()
10822 REnd = Class->redecls_end(); in DefineUsedVTables() local10823 R != REnd; ++R) { in DefineUsedVTables()