Searched refs:OutNeeds (Results 1 – 1 of 1) sorted by relevance
130 char OutNeeds = 0; member136 char OutNeeds = 0; member279 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo()285 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()631 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()648 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction()651 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()652 PrevII.OutNeeds |= InNeeds; in propagateInstruction()680 if ((LastII.OutNeeds | BI.OutNeeds) != LastII.OutNeeds) { in propagateBlock()681 LastII.OutNeeds |= BI.OutNeeds; in propagateBlock()[all …]