Searched refs:StateExact (Results 1 – 2 of 2) sorted by relevance
97 StateExact = 0x4, enumerator116 if (PS.State & StateExact) { in operator <<()250 assert(!(Flag & StateExact) && Flag != 0); in markInstruction()367 BBI.Needs |= StateExact; in scanInstructions()368 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()369 BBI.InNeeds |= StateExact; in scanInstructions()372 GlobalFlags |= StateExact; in scanInstructions()452 assert(!(II.Needs & StateExact)); in propagateInstruction()685 if (!isEntry && BI.Needs == StateWQM && BI.OutNeeds != StateExact) in processBlock()694 char State = (isEntry || !(BI.InNeeds & StateWQM)) ? StateExact : StateWQM; in processBlock()[all …]
69 StateExact = 0x2, enumerator165 Flags = StateExact; in scanInstructions()202 Blocks[&MBB].OutNeeds = StateExact; in scanInstructions()204 GlobalFlags |= StateExact; in scanInstructions()244 assert(II.Needs != (StateWQM | StateExact)); in propagateInstruction()375 if (!isEntry && !(BI.Needs & StateExact) && BI.OutNeeds != StateExact) in processBlock()380 char State = isEntry ? StateExact : StateWQM; in processBlock()414 if (OutNeeds == StateExact && MI.isTerminator()) { in processBlock()416 Needs = StateExact; in processBlock()422 if (Needs == StateExact) { in processBlock()[all …]