Home
last modified time | relevance | path

Searched defs:AtomicCounterUpdate (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 PGOOptions(std::string ProfileFile,std::string CSProfileGenFile,std::string ProfileRemappingFile,std::string MemoryProfile,IntrusiveRefCntPtr<vfs::FileSystem> FS,PGOAction Action,CSPGOAction CSAction,bool DebugInfoForProfiling,bool PseudoProbeForProfiling,bool AtomicCounterUpdate) PGOOptions() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h49 bool AtomicCounterUpdate; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp776 addPGOInstrPasses(ModulePassManager & MPM,OptimizationLevel Level,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPasses() argument
818 addPGOInstrPassesForO0(ModulePassManager & MPM,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPassesForO0() argument
[all...]