Searched refs:InNeeds (Results 1 – 1 of 1) sorted by relevance
137 char InNeeds = 0; member285 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()551 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()552 BBI.InNeeds |= StateExact; in scanInstructions()580 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()581 BBI.InNeeds |= StateExact; in scanInstructions()651 if (!(BI.InNeeds & StateWQM)) { in propagateInstruction()652 BI.InNeeds |= StateWQM; in propagateInstruction()659 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction() local662 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()[all …]