Home
last modified time | relevance | path

Searched defs:PGOOpt (Results 1 – 8 of 8) sorted by relevance

/llvm-project/offload/plugins-nextgen/common/src/
H A DJIT.cpp151 std::optional<PGOOptions> PGOOpt; in opt() local
/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp347 return PGOOpt->ProfileFile; in getFSRemappingFile() local
336 const std::optional<PGOOptions> &PGOOpt = TM->getPGOOption(); getFSProfileFile() local
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h334 setPGOOption(std::optional<PGOOptions> PGOOpt) setPGOOption() argument
/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h109 std::optional<PGOOptions> PGOOpt; global() variable
/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp238 std::optional<PGOOptions> PGOOpt; runNewPMPasses() local
H A DThinLTOCodeGenerator.cpp243 std::optional<PGOOptions> PGOOpt; optimizeModule() local
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp778 std::optional<PGOOptions> PGOOpt; RunOptimizationPipeline() local
[all...]
/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp417 PassBuilder(TargetMachine * TM,PipelineTuningOptions PTO,std::optional<PGOOptions> PGOOpt,PassInstrumentationCallbacks * PIC) PassBuilder() argument