Searched refs:StopAfterInstanceNum (Results 1 – 2 of 2) sorted by relevance
413 std::tie(StopAfterName, StopAfterInstanceNum) in setStartStopPasses()473 unsigned StopAfterInstanceNum = 0; in registerPartialPipelineCallback() local481 std::tie(StopAfter, StopAfterInstanceNum) = in registerPartialPipelineCallback()525 if (StopAfterPass && StopAfterCount++ == StopAfterInstanceNum) { in registerPartialPipelineCallback()722 if (StopAfter == PassID && StopAfterCount++ == StopAfterInstanceNum) in addPass()
101 unsigned StopAfterInstanceNum = 0; variable