Searched refs:KeyInstructionsInfo (Results 1 – 2 of 2) sorted by relevance
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()[all …]
192 } KeyInstructionsInfo; variable