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

/external/llvm/lib/Passes/
H A DPassBuilder.cpp454 StringRef &PipelineText,
459 if (PipelineText.startswith("loop(")) {
463 PipelineText = PipelineText.substr(strlen("loop("));
464 if (!parseLoopPassPipeline(NestedLPM, PipelineText, VerifyEachPass,
466 PipelineText.empty())
468 assert(PipelineText[0] == ')');
469 PipelineText = PipelineText.substr(1);
475 size_t End = PipelineText
453 parseLoopPassPipeline(LoopPassManager &LPM, StringRef &PipelineText, bool VerifyEachPass, bool DebugLogging) argument
492 parseFunctionPassPipeline(FunctionPassManager &FPM, StringRef &PipelineText, bool VerifyEachPass, bool DebugLogging) argument
545 parseCGSCCPassPipeline(CGSCCPassManager &CGPM, StringRef &PipelineText, bool VerifyEachPass, bool DebugLogging) argument
612 parseModulePassPipeline(ModulePassManager &MPM, StringRef &PipelineText, bool VerifyEachPass, bool DebugLogging) argument
683 parsePassPipeline(ModulePassManager &MPM, StringRef PipelineText, bool VerifyEachPass, bool DebugLogging) argument
740 parseAAPipeline(AAManager &AA, StringRef PipelineText) argument
[all...]

Completed in 55 milliseconds