Lines Matching refs:CrossIterationNeeds
6853 IterNeeds CrossIterationNeeds; in tooMuchRegisterPressure() local
6865 CrossIterationNeeds.insert(std::make_pair(Reg.id(), IterNeed())) in tooMuchRegisterPressure()
6872 CrossIterationNeeds.insert(std::make_pair(Reg.id(), IterNeed())) in tooMuchRegisterPressure()
6904 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6905 if (CIter == CrossIterationNeeds.end() || CIter->second[LAST_IS_USE] || in tooMuchRegisterPressure()
6913 for (auto &CI : CrossIterationNeeds) in tooMuchRegisterPressure()
6924 bumpCrossIterationPressure(RPTracker, CrossIterationNeeds); in tooMuchRegisterPressure()
6938 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6939 if (CIter != CrossIterationNeeds.end()) { in tooMuchRegisterPressure()
6949 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6950 if (CIter != CrossIterationNeeds.end()) { in tooMuchRegisterPressure()
6960 bumpCrossIterationPressure(RPTracker, CrossIterationNeeds); in tooMuchRegisterPressure()