Home
last modified time | relevance | path

Searched refs:CrossIterationNeeds (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6855 IterNeeds CrossIterationNeeds; in tooMuchRegisterPressure() local
6867 CrossIterationNeeds.insert(std::make_pair(Reg.id(), IterNeed())) in tooMuchRegisterPressure()
6874 CrossIterationNeeds.insert(std::make_pair(Reg.id(), IterNeed())) in tooMuchRegisterPressure()
6906 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6907 if (CIter == CrossIterationNeeds.end() || CIter->second[LAST_IS_USE] || in tooMuchRegisterPressure()
6915 for (auto &CI : CrossIterationNeeds) in tooMuchRegisterPressure()
6926 bumpCrossIterationPressure(RPTracker, CrossIterationNeeds); in tooMuchRegisterPressure()
6940 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6941 if (CIter != CrossIterationNeeds.end()) { in tooMuchRegisterPressure()
6951 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
[all …]