Home
last modified time | relevance | path

Searched defs:PassPipeline (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp119 compileModuleWithNewPM(StringRef Arg0,std::unique_ptr<Module> M,std::unique_ptr<MIRParser> MIR,std::unique_ptr<TargetMachine> Target,std::unique_ptr<ToolOutputFile> Out,std::unique_ptr<ToolOutputFile> DwoOut,LLVMContext & Context,const TargetLibraryInfoImpl & TLII,bool NoVerify,StringRef PassPipeline,CodeGenFileType FileType) compileModuleWithNewPM() argument
H A Dllc.cpp197 static cl::opt<std::string> PassPipeline( variable
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp82 static cl::opt<std::string> PassPipeline( global() variable
H A DNewPMDriver.cpp330 runPassPipeline(StringRef Arg0,Module & M,TargetMachine * TM,TargetLibraryInfoImpl * TLII,ToolOutputFile * Out,ToolOutputFile * ThinLTOLinkOut,ToolOutputFile * OptRemarkFile,StringRef PassPipeline,ArrayRef<PassPlugin> PassPlugins,OutputKind OK,VerifierKind VK,bool ShouldPreserveAssemblyUseListOrder,bool ShouldPreserveBitcodeUseListOrder,bool EmitSummaryIndex,bool EmitModuleHash,bool EnableDebugify,bool VerifyDIPreserve,bool UnifiedLTO) runPassPipeline() argument