Searched defs:VerifyEachPass (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp136 static void registerEPCallbacks(PassBuilder &PB, bool VerifyEachPass, argument
218 bool VerifyEachPass = VK == VK_VerifyEachPass; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h622 registerParseTopLevelPipelineCallback( const std::function<bool(ModulePassManager &, ArrayRef<PipelineElement>, bool VerifyEachPass, bool DebugLogging)> &C) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1827 parseModulePass(ModulePassManager &MPM, const PipelineElement &E, bool VerifyEachPass, bool DebugLogging) argument
2327 parsePassPipeline(CGSCCPassManager &CGPM, StringRef PipelineText, bool VerifyEachPass, bool DebugLogging) argument
2352 parsePassPipeline(FunctionPassManager &FPM, StringRef PipelineText, bool VerifyEachPass, bool DebugLogging) argument
2376 parsePassPipeline(LoopPassManager &CGPM, StringRef PipelineText, bool VerifyEachPass, bool DebugLogging) argument
[all...]

Completed in 58 milliseconds