Searched refs:NextInSequence (Results 1 – 1 of 1) sorted by relevance
29 Stage *NextInSequence = nullptr; variable62 assert(!NextInSequence && "This stage already has a NextInSequence!"); in setNextInSequence()63 NextInSequence = NextStage; in setNextInSequence()67 return NextInSequence && NextInSequence->isAvailable(IR); in checkNextStage()76 return NextInSequence->execute(IR); in moveToTheNextStage()