Home
last modified time | relevance | path

Searched defs:IsCS (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h57 IsCS(IsCS) IsCS() argument
78 bool IsCS; global() variable
H A DInstrProfiling.h29 const bool IsCS = false; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp373 createIRLevelProfileFlagVar(Module & M,bool IsCS) createIRLevelProfileFlagVar() argument
509 bool IsCS; global() member in __anon44f3207d0111::FuncPGOInstrumentation
567 FuncPGOInstrumentation(Function & Func,TargetLibraryInfo & TLI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,bool CreateGlobalVar=false,BranchProbabilityInfo * BPI=nullptr,BlockFrequencyInfo * BFI=nullptr,bool IsCS=false,bool InstrumentFuncEntry=true,bool HasSingleByteCoverage=false) FuncPGOInstrumentation() argument
851 instrumentOneFunc(Function & F,Module * M,TargetLibraryInfo & TLI,BranchProbabilityInfo * BPI,BlockFrequencyInfo * BFI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,bool IsCS) instrumentOneFunc() argument
1042 PGOUseFunc(Function & Func,Module * Modu,TargetLibraryInfo & TLI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,BranchProbabilityInfo * BPI,BlockFrequencyInfo * BFIin,ProfileSummaryInfo * PSI,bool IsCS,bool InstrumentFuncEntry,bool HasSingleByteCoverage) PGOUseFunc() argument
1127 bool IsCS; global() member in __anon44f3207d0511::PGOUseFunc
1784 InstrumentAllFunctions(Module & M,function_ref<TargetLibraryInfo & (Function &)> LookupTLI,function_ref<BranchProbabilityInfo * (Function &)> LookupBPI,function_ref<BlockFrequencyInfo * (Function &)> LookupBFI,bool IsCS) InstrumentAllFunctions() argument
1963 annotateAllFunctions(Module & M,StringRef ProfileFileName,StringRef ProfileRemappingFileName,vfs::FileSystem & FS,function_ref<TargetLibraryInfo & (Function &)> LookupTLI,function_ref<BranchProbabilityInfo * (Function &)> LookupBPI,function_ref<BlockFrequencyInfo * (Function &)> LookupBFI,ProfileSummaryInfo * PSI,bool IsCS) annotateAllFunctions() argument
2145 PGOInstrumentationUse(std::string Filename,std::string RemappingFilename,bool IsCS,IntrusiveRefCntPtr<vfs::FileSystem> VFS) PGOInstrumentationUse() argument
[all...]
H A DInstrProfiling.cpp175 InstrLowerer(Module & M,const InstrProfOptions & Options,std::function<const TargetLibraryInfo & (Function & F)> GetTLI,bool IsCS) InstrLowerer() argument
186 const bool IsCS; global() member in __anon07360f7d0111::InstrLowerer
/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
817 addPGOInstrPassesForO0(ModulePassManager & MPM,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPassesForO0() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1477 accumulateCounts(CountSumOrPercent & Sum,bool IsCS) accumulateCounts() argument
H A DInstrProf.cpp1371 accumulateCounts(const std::string & BaseFilename,const std::string & TestFilename,bool IsCS) accumulateCounts() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp592 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument
1663 overlapInstrProfile(const std::string & BaseFilename,const std::string & TestFilename,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInstrProfile() argument