Searched defs:AtomicCounterUpdate (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | PGOOptions.cpp | 19 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 D | PGOOptions.h | 49 bool AtomicCounterUpdate; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 776 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...] |