Searched refs:EndIt (Results 1 – 8 of 8) sorted by relevance
30 for (LOHArgs::const_iterator It = Args.begin(), EndIt = Args.end(); in emit_impl() local31 It != EndIt; ++It) in emit_impl()
329 for (MCLOHArgs::const_iterator It = Args.begin(), EndIt = Args.end(); in EmitLOHDirective() local330 It != EndIt; ++It) { in EmitLOHDirective()
144 EndIt = succ_end(IntStack.back().first); variable145 while (SuccIt != EndIt) { // Loop over all interval succs
565 MapRegToId::const_iterator EndIt = RegToId.end(); in reachedUsesToDefs() local582 ((It = RegToId.find((MI)->getOperand(1).getReg())) == EndIt || in reachedUsesToDefs()
2125 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local2126 It != EndIt; ++It) { in tryLastChanceRecoloring()2163 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local2164 It != EndIt; ++It) { in tryLastChanceRecoloring()
2232 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local2367 EndIt = OriginalUses.end(); in undo() local2368 UseIt != EndIt; ++UseIt) { in undo()2508 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; in commit() local
2642 LocDeclsTy::iterator EndIt = std::upper_bound( in findFileRegionDecls() local2645 if (EndIt != LocDecls.end()) in findFileRegionDecls()2646 ++EndIt; in findFileRegionDecls()2648 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()
6627 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(), in FindFileRegionDecls() local6629 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls()6630 ++EndIt; in FindFileRegionDecls()6633 DIt = BeginIt; DIt != EndIt; ++DIt) in FindFileRegionDecls()