Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp409 std::tie(StopBeforeName, StopBeforeInstanceNum) in setStartStopPasses()
472 unsigned StopBeforeInstanceNum = 0; in registerPartialPipelineCallback() local
479 std::tie(StopBefore, StopBeforeInstanceNum) = in registerPartialPipelineCallback()
532 if (StopBeforePass && StopBeforeCount++ == StopBeforeInstanceNum) in registerPartialPipelineCallback()
700 if (StopBefore == PassID && StopBeforeCount++ == StopBeforeInstanceNum) in addPass()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h98 unsigned StopBeforeInstanceNum = 0; variable