Searched refs:InNeeds (Results 1 – 1 of 1) sorted by relevance
135 char InNeeds = 0; member276 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()552 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()553 BBI.InNeeds |= StateExact; in scanInstructions()583 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()584 BBI.InNeeds |= StateExact; in scanInstructions()657 if (!(BI.InNeeds & StateWQM)) { in propagateInstruction()658 BI.InNeeds |= StateWQM; in propagateInstruction()665 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction() local668 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()[all …]