Searched refs:EndIt (Results 1 – 8 of 8) sorted by relevance
31 for (LOHArgs::const_iterator It = Args.begin(), EndIt = Args.end(); in Emit_impl() local32 It != EndIt; ++It) in Emit_impl()
325 for (MCLOHArgs::const_iterator It = Args.begin(), EndIt = Args.end(); in EmitLOHDirective() local326 It != EndIt; ++It) { in EmitLOHDirective()
144 EndIt = succ_end(IntStack.back().first); variable145 while (SuccIt != EndIt) { // Loop over all interval succs
555 MapRegToId::const_iterator EndIt = RegToId.end(); in reachedUsesToDefs() local572 ((It = RegToId.find((MI)->getOperand(1).getReg())) == EndIt || in reachedUsesToDefs()
2094 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local2095 It != EndIt; ++It) { in tryLastChanceRecoloring()2132 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local2133 It != EndIt; ++It) { in tryLastChanceRecoloring()
1752 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local1887 EndIt = OriginalUses.end(); in undo() local1888 UseIt != EndIt; ++UseIt) { in undo()2028 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; in commit() local
2612 LocDeclsTy::iterator EndIt = std::upper_bound( in findFileRegionDecls() local2615 if (EndIt != LocDecls.end()) in findFileRegionDecls()2616 ++EndIt; in findFileRegionDecls()2618 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()
6573 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(), in FindFileRegionDecls() local6575 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls()6576 ++EndIt; in FindFileRegionDecls()6579 DIt = BeginIt; DIt != EndIt; ++DIt) in FindFileRegionDecls()