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 | 41 bool AtomicCounterUpdate = false); 55 bool AtomicCounterUpdate; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 846 bool IsCS, bool AtomicCounterUpdate, in addPGOInstrPasses() argument 880 Options.Atomic = AtomicCounterUpdate; in addPGOInstrPasses() 886 bool AtomicCounterUpdate, std::string ProfileFile, in addPGOInstrPassesForO0() argument 908 Options.Atomic = AtomicCounterUpdate; in addPGOInstrPassesForO0() 1229 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, in buildModuleSimplificationPipeline() 1476 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildModuleOptimizationPipeline() 1481 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildModuleOptimizationPipeline() 2057 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildLTODefaultPipeline() 2062 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildLTODefaultPipeline() 2223 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, PGOOpt->ProfileFile, in buildO0DefaultPipeline()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 630 bool AtomicCounterUpdate, 771 bool AtomicCounterUpdate, std::string ProfileFile,
|