Home
last modified time | relevance | path

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

/external/llvm/lib/Passes/
DPassBuilder.cpp215 bool VerifyEachPass, in parseFunctionPassPipeline() argument
224 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass, in parseFunctionPassPipeline()
238 if (VerifyEachPass) in parseFunctionPassPipeline()
254 bool VerifyEachPass, in parseCGSCCPassPipeline() argument
263 if (!parseCGSCCPassPipeline(NestedCGPM, PipelineText, VerifyEachPass, in parseCGSCCPassPipeline()
277 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass, in parseCGSCCPassPipeline()
306 bool VerifyEachPass, in parseModulePassPipeline() argument
315 if (!parseModulePassPipeline(NestedMPM, PipelineText, VerifyEachPass, in parseModulePassPipeline()
329 if (!parseCGSCCPassPipeline(NestedCGPM, PipelineText, VerifyEachPass, in parseModulePassPipeline()
344 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass, in parseModulePassPipeline()
[all …]
/external/llvm/include/llvm/Passes/
DPassBuilder.h88 bool VerifyEachPass = true, bool DebugLogging = false);
95 StringRef &PipelineText, bool VerifyEachPass,
98 bool VerifyEachPass, bool DebugLogging);
100 bool VerifyEachPass, bool DebugLogging);