Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h494 Error verifyStartStop(const TargetPassConfig::StartStopInfo &Info) const;
533 return verifyStartStop(*StartStopInfo); in buildPipeline()
580 Error CodeGenPassBuilder<Derived>::verifyStartStop( in verifyStartStop() function