Searched refs:AtomicCounterUpdate (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | PGOOptions.cpp | 20 bool AtomicCounterUpdate) in PGOOptions() argument 27 AtomicCounterUpdate(AtomicCounterUpdate), FS(std::move(FS)) { in PGOOptions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | PGOOptions.h | 38 bool AtomicCounterUpdate = false); 52 bool AtomicCounterUpdate; member
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 826 bool IsCS, bool AtomicCounterUpdate, in addPGOInstrPasses() argument 859 Options.Atomic = AtomicCounterUpdate; in addPGOInstrPasses() 865 bool AtomicCounterUpdate, std::string ProfileFile, in addPGOInstrPassesForO0() argument 886 Options.Atomic = AtomicCounterUpdate; in addPGOInstrPassesForO0() 1184 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, in buildModuleSimplificationPipeline() 1413 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildModuleOptimizationPipeline() 1418 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildModuleOptimizationPipeline() 1928 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildLTODefaultPipeline() 1933 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildLTODefaultPipeline() 2083 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, PGOOpt->ProfileFile, in buildO0DefaultPipeline()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 604 bool IsCS, bool AtomicCounterUpdate, 737 bool AtomicCounterUpdate, std::string ProfileFile,
|