Searched refs:OutNeeds (Results 1 – 2 of 2) sorted by relevance
74 char OutNeeds = 0; member80 char OutNeeds = 0; member202 Blocks[&MBB].OutNeeds = StateExact; in scanInstructions()219 if ((II.OutNeeds & StateWQM) && !(II.Needs & StateWQM) && MI.isTerminator()) { in propagateInstruction()233 char InNeeds = II.Needs | II.OutNeeds; in propagateInstruction()236 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()237 PrevII.OutNeeds |= InNeeds; in propagateInstruction()289 if ((LastII.OutNeeds | BI.OutNeeds) != LastII.OutNeeds) { in propagateBlock()290 LastII.OutNeeds |= BI.OutNeeds; in propagateBlock()298 if ((PredBI.OutNeeds | BI.InNeeds) == PredBI.OutNeeds) in propagateBlock()[all …]
129 char OutNeeds = 0; member135 char OutNeeds = 0; member232 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo()240 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()424 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()441 char InNeeds = (II.Needs & ~StateWWM) | II.OutNeeds; in propagateInstruction()444 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()445 PrevII.OutNeeds |= InNeeds; in propagateInstruction()471 if ((LastII.OutNeeds | BI.OutNeeds) != LastII.OutNeeds) { in propagateBlock()472 LastII.OutNeeds |= BI.OutNeeds; in propagateBlock()[all …]