Home
last modified time | relevance | path

Searched refs:AtomicCounterUpdate (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 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 DPGOOptions.h36 bool AtomicCounterUpdate = false);
49 bool AtomicCounterUpdate; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp776 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 DPassBuilder.h589 bool IsCS, bool AtomicCounterUpdate,
669 bool AtomicCounterUpdate, std::string ProfileFile,