Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DRunIRPasses.cpp19 static cl::opt<std::string> PassPipeline( global() variable
/llvm-project/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp34 static cl::opt<std::string> PassPipeline( variable
/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp95 if (!PassPipeline.empty() && TargetPassConfig::hasLimitedCodeGenPipeline()) { in compileModuleWithNewPM() argument
H A Dllc.cpp197 static cl::opt<std::string> PassPipeline( global() variable
/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp84 static cl::opt<std::string> PassPipeline( variable
H A DNewPMDriver.cpp343 runPassPipeline(StringRef Arg0,Module & M,TargetMachine * TM,TargetLibraryInfoImpl * TLII,ToolOutputFile * Out,ToolOutputFile * ThinLTOLinkOut,ToolOutputFile * OptRemarkFile,StringRef PassPipeline,ArrayRef<PassPlugin> PassPlugins,ArrayRef<std::function<void (llvm::PassBuilder &)>> PassBuilderCallbacks,OutputKind OK,VerifierKind VK,bool ShouldPreserveAssemblyUseListOrder,bool ShouldPreserveBitcodeUseListOrder,bool EmitSummaryIndex,bool EmitModuleHash,bool EnableDebugify,bool VerifyDIPreserve,bool UnifiedLTO) runPassPipeline() argument