Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp163 std::string PipelineStr; in compileModuleWithNewPM() local
164 raw_string_ostream OS(PipelineStr); in compileModuleWithNewPM()
169 outs() << PipelineStr << '\n'; in compileModuleWithNewPM()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DPassManager.h93 std::string PipelineStr = std::string(Pipeline) + EndToken; in setPassPipeline() local
94 Pipeline = StringRef(PipelineStr); in setPassPipeline()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp345 std::string PipelineStr; in runNewPMPasses() local
346 raw_string_ostream OS(PipelineStr); in runNewPMPasses()
351 outs() << "pipeline-passes: " << PipelineStr << '\n'; in runNewPMPasses()