Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp20 bool AtomicCounterUpdate) in PGOOptions() argument
27 AtomicCounterUpdate(AtomicCounterUpdate), FS(std::move(FS)) { in PGOOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h41 bool AtomicCounterUpdate = false);
55 bool AtomicCounterUpdate; member
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp846 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 DPassBuilder.h630 bool AtomicCounterUpdate,
771 bool AtomicCounterUpdate, std::string ProfileFile,