Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6878 IterNeeds CrossIterationNeeds; in tooMuchRegisterPressure() local
6890 CrossIterationNeeds.insert(std::make_pair(Reg.id(), IterNeed())) in tooMuchRegisterPressure()
6897 CrossIterationNeeds.insert(std::make_pair(Reg.id(), IterNeed())) in tooMuchRegisterPressure()
6929 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6938 for (auto &CI : CrossIterationNeeds) in tooMuchRegisterPressure()
6949 bumpCrossIterationPressure(RPTracker, CrossIterationNeeds); in tooMuchRegisterPressure()
6963 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6964 if (CIter != CrossIterationNeeds.end()) { in tooMuchRegisterPressure()
6974 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure()
6975 if (CIter != CrossIterationNeeds.end()) { in tooMuchRegisterPressure()
[all …]