Home
last modified time | relevance | path

Searched refs:getStartStopInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h193 getStartStopInfo(PassInstrumentationCallbacks &PIC);
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h619 auto StartStopInfo = TargetPassConfig::getStartStopInfo(*PIC); in buildPipeline()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp548 TargetPassConfig::getStartStopInfo(PassInstrumentationCallbacks &PIC) { in getStartStopInfo() function in TargetPassConfig