Searched refs:NextInSequence (Results 1 – 1 of 1) sorted by relevance
28 Stage *NextInSequence = nullptr; variable61 assert(!NextInSequence && "This stage already has a NextInSequence!"); in setNextInSequence()62 NextInSequence = NextStage; in setNextInSequence()66 return NextInSequence && NextInSequence->isAvailable(IR); in checkNextStage()75 return NextInSequence->execute(IR); in moveToTheNextStage()