Searched refs:StateWQM (Results 1 – 1 of 1) sorted by relevance
92 StateWQM = 0x1, enumerator518 Flags = StateWQM; in scanInstructions()645 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()648 II.Needs = StateWQM; in propagateInstruction()652 if (II.Needs & StateWQM) { in propagateInstruction()653 BI.Needs |= StateWQM; in propagateInstruction()1316 char State = (IsEntry || !(BI.InNeeds & StateWQM)) ? StateExact : StateWQM; in processBlock()1384 Needs = StateWQM; in processBlock()1414 case StateWQM: in processBlock()1445 if (State == StateWQM && (Needs & StateExact) && !(Needs & StateWQM)) { in processBlock()[all …]