Searched refs:AtomicCounterUpdate (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PGOOptions.cpp | 19 bool PseudoProbeForProfiling, bool AtomicCounterUpdate) in PGOOptions() argument 26 AtomicCounterUpdate(AtomicCounterUpdate), FS(std::move(FS)) { in PGOOptions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 36 bool AtomicCounterUpdate = false); 49 bool AtomicCounterUpdate; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 776 bool IsCS, bool AtomicCounterUpdate, in addPGOInstrPasses() argument 812 Options.Atomic = AtomicCounterUpdate; in addPGOInstrPasses() 818 bool AtomicCounterUpdate, std::string ProfileFile, in addPGOInstrPassesForO0() argument 839 Options.Atomic = AtomicCounterUpdate; in addPGOInstrPassesForO0() 1123 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, in buildModuleSimplificationPipeline() 1343 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildModuleOptimizationPipeline() 1348 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildModuleOptimizationPipeline() 1854 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildLTODefaultPipeline() 1859 /*IsCS=*/true, PGOOpt->AtomicCounterUpdate, in buildLTODefaultPipeline() 2008 /*IsCS=*/false, PGOOpt->AtomicCounterUpdate, PGOOpt->ProfileFile, in buildO0DefaultPipeline()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 589 bool IsCS, bool AtomicCounterUpdate, 669 bool AtomicCounterUpdate, std::string ProfileFile,
|