Home
last modified time | relevance | path

Searched refs:StopAfterInstanceNum (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp445 std::tie(StopAfterName, StopAfterInstanceNum) in setStartStopPasses()
505 unsigned StopAfterInstanceNum = 0; in registerPartialPipelineCallback() local
513 std::tie(StopAfter, StopAfterInstanceNum) = in registerPartialPipelineCallback()
557 if (StopAfterPass && StopAfterCount++ == StopAfterInstanceNum) { in registerPartialPipelineCallback()
753 if (StopAfter == PassID && StopAfterCount++ == StopAfterInstanceNum) in addPass()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h101 unsigned StopAfterInstanceNum = 0; variable