Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6853 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()
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()
[all …]