Home
last modified time | relevance | path

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

/external/llvm/lib/Passes/
DPassBuilder.cpp455 bool VerifyEachPass, in parseLoopPassPipeline() argument
464 if (!parseLoopPassPipeline(NestedLPM, PipelineText, VerifyEachPass, in parseLoopPassPipeline()
494 bool VerifyEachPass, in parseFunctionPassPipeline() argument
503 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass, in parseFunctionPassPipeline()
517 if (!parseLoopPassPipeline(NestedLPM, PipelineText, VerifyEachPass, in parseFunctionPassPipeline()
531 if (VerifyEachPass) in parseFunctionPassPipeline()
547 bool VerifyEachPass, in parseCGSCCPassPipeline() argument
556 if (!parseCGSCCPassPipeline(NestedCGPM, PipelineText, VerifyEachPass, in parseCGSCCPassPipeline()
570 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass, in parseCGSCCPassPipeline()
614 bool VerifyEachPass, in parseModulePassPipeline() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h436 bool VerifyEachPass = true,
447 bool VerifyEachPass = true,
450 bool VerifyEachPass = true,
453 bool VerifyEachPass = true,
624 bool VerifyEachPass, bool DebugLogging)> &C) { in registerParseTopLevelPipelineCallback() argument
646 bool VerifyEachPass, bool DebugLogging);
648 bool VerifyEachPass, bool DebugLogging);
650 bool VerifyEachPass, bool DebugLogging);
652 bool VerifyEachPass, bool DebugLogging);
657 bool VerifyEachPass, bool DebugLogging);
[all …]
/external/llvm/include/llvm/Passes/
DPassBuilder.h225 bool VerifyEachPass = true, bool DebugLogging = false);
252 bool VerifyEachPass, bool DebugLogging);
254 StringRef &PipelineText, bool VerifyEachPass,
257 bool VerifyEachPass, bool DebugLogging);
259 bool VerifyEachPass, bool DebugLogging);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1829 bool VerifyEachPass, bool DebugLogging) { in parseModulePass() argument
1838 VerifyEachPass, DebugLogging)) in parseModulePass()
1845 if (auto Err = parseCGSCCPassPipeline(CGPM, InnerPipeline, VerifyEachPass, in parseModulePass()
1854 VerifyEachPass, DebugLogging)) in parseModulePass()
1862 VerifyEachPass, DebugLogging)) in parseModulePass()
1960 const PipelineElement &E, bool VerifyEachPass, in parseCGSCCPass() argument
1970 VerifyEachPass, DebugLogging)) in parseCGSCCPass()
1979 VerifyEachPass, DebugLogging)) in parseCGSCCPass()
1988 VerifyEachPass, DebugLogging)) in parseCGSCCPass()
1996 VerifyEachPass, DebugLogging)) in parseCGSCCPass()
[all …]
/external/llvm-project/llvm/tools/opt/
DNewPMDriver.cpp231 bool VerifyEachPass = VK == VK_VerifyEachPass; in runPassPipeline() local
272 StandardInstrumentations SI(DebugPM, VerifyEachPass); in runPassPipeline()