Searched defs:PassPipeline (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | RunIRPasses.cpp | 19 static cl::opt<std::string> PassPipeline( global() variable
|
/llvm-project/llvm/tools/llvm-opt-fuzzer/ |
H A D | llvm-opt-fuzzer.cpp | 34 static cl::opt<std::string> PassPipeline( variable
|
/llvm-project/llvm/tools/llc/ |
H A D | NewPMDriver.cpp | 95 if (!PassPipeline.empty() && TargetPassConfig::hasLimitedCodeGenPipeline()) { in compileModuleWithNewPM() argument
|
H A D | llc.cpp | 197 static cl::opt<std::string> PassPipeline( global() variable
|
/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 84 static cl::opt<std::string> PassPipeline( variable
|
H A D | NewPMDriver.cpp | 343 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
|