Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6906 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure() local
6907 if (CIter == CrossIterationNeeds.end() || CIter->second[LAST_IS_USE] || in tooMuchRegisterPressure()
6908 CIter->second[SEEN_AS_LIVE]) in tooMuchRegisterPressure()
6911 CIter->second.set(SEEN_AS_LIVE); in tooMuchRegisterPressure()
6913 CIter->second.set(LAST_IS_USE); in tooMuchRegisterPressure()
6940 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure() local
6941 if (CIter != CrossIterationNeeds.end()) { in tooMuchRegisterPressure()
6942 CIter->second.reset(0); in tooMuchRegisterPressure()
6943 CIter->second.reset(SEEN_AS_LIVE); in tooMuchRegisterPressure()
6951 auto CIter = CrossIterationNeeds.find(Reg.id()); in tooMuchRegisterPressure() local
[all …]