Lines Matching refs:KeyInstructionsInfo
151 KeyInstructionsInfo.HighestEmittedAtom = in addInstSourceAtomMetadata()
152 std::max(Group, KeyInstructionsInfo.HighestEmittedAtom); in addInstSourceAtomMetadata()
164 KeyInstructionsInfo.CurrentAtom); in addInstToCurrentSourceAtom()
201 KeyInstructionsInfo.NextAtom = 1; in completeFunction()
202 KeyInstructionsInfo.HighestEmittedAtom = 0; in completeFunction()
203 KeyInstructionsInfo.CurrentAtom = 0; in completeFunction()
209 OriginalAtom = DI->KeyInstructionsInfo.CurrentAtom; in ApplyAtomGroup()
210 DI->KeyInstructionsInfo.CurrentAtom = DI->KeyInstructionsInfo.NextAtom++; in ApplyAtomGroup()
218 DI->KeyInstructionsInfo.NextAtom = in ~ApplyAtomGroup()
219 std::min(DI->KeyInstructionsInfo.HighestEmittedAtom + 1, in ~ApplyAtomGroup()
220 DI->KeyInstructionsInfo.NextAtom); in ~ApplyAtomGroup()
222 DI->KeyInstructionsInfo.CurrentAtom = OriginalAtom; in ~ApplyAtomGroup()