Searched refs:InNeeds (Results 1 – 1 of 1) sorted by relevance
135 char InNeeds = 0; member277 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()541 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()542 BBI.InNeeds |= StateExact; in scanInstructions()570 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()571 BBI.InNeeds |= StateExact; in scanInstructions()640 if (!(BI.InNeeds & StateWQM)) { in propagateInstruction()641 BI.InNeeds |= StateWQM; in propagateInstruction()648 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction() local651 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()[all …]