Lines Matching defs:End
249 /// Return an instruction that can be used as an iterator for the end
267 unsigned End = KillInst ? KillInstIdx : LastInstIdx;
271 return StartInstIdx <= OtherEnd && Other.StartInstIdx <= End;
279 /// Return true if the group will require a fixup MOV at the end.
305 } // end anonymous namespace
368 for (auto I = EC.begin(), E = EC.end(); I != E; ++I) {
376 std::sort(V.begin(), V.end(),
416 for (auto I = L.begin(), E = L.end(); I != E; ++I) {
452 std::sort(GV.begin(), GV.end(), [](const Chain *G1, const Chain *G2) {
559 if (U.isReg() && U.isUse() && Substs.find(U.getReg()) != Substs.end()) {
641 if (ActiveChains.find(AccumReg) != ActiveChains.end()) {
695 if (MO.isKill() && ActiveChains.find(MO.getReg()) != ActiveChains.end()) {
704 for (auto I = ActiveChains.begin(), E = ActiveChains.end();