Searched defs:IsCS (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h54 bool IsCS; member in class:llvm::PGOInstrumentationGen
69 bool IsCS; member in class:llvm::PGOInstrumentationUse
H A DInstrProfiling.h69 bool IsCS; member in class:llvm::InstrProfiling
/openbsd-current/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp691 addPGOInstrPasses(ModulePassManager &MPM, OptimizationLevel Level, bool RunProfileGen, bool IsCS, std::string ProfileFile, std::string ProfileRemappingFile, ThinOrFullLTOPhase LTOPhase) argument
763 addPGOInstrPassesForO0(ModulePassManager &MPM, bool RunProfileGen, bool IsCS, std::string ProfileFile, std::string ProfileRemappingFile) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1222 accumulateCounts(const std::string &BaseFilename, const std::string &TestFilename, bool IsCS) argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp373 static GlobalVariable *createIRLevelProfileFlagVar(Module &M, bool IsCS) { argument
514 bool IsCS; member in class:__anon3408::FuncPGOInstrumentation
850 instrumentOneFunc( Function &F, Module *M, TargetLibraryInfo &TLI, BranchProbabilityInfo *BPI, BlockFrequencyInfo *BFI, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, bool IsCS) argument
1030 PGOUseFunc(Function &Func, Module *Modu, TargetLibraryInfo &TLI, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, BranchProbabilityInfo *BPI, BlockFrequencyInfo *BFIin, ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) argument
1116 bool IsCS; member in class:__anon3410::PGOUseFunc
1887 InstrumentAllFunctions( Module &M, function_ref<TargetLibraryInfo &(Function &)> LookupTLI, function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) argument
2060 annotateAllFunctions( Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, function_ref<TargetLibraryInfo &(Function &)> LookupTLI, function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, ProfileSummaryInfo *PSI, bool IsCS) argument
2252 PGOInstrumentationUse(std::string Filename, std::string RemappingFilename, bool IsCS) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp224 overlapInput(const std::string &BaseFilename, const std::string &TestFilename, WriterContext *WC, OverlapStats &Overlap, const OverlapFuncFilters &FuncFilter, raw_fd_ostream &OS, bool IsCS) argument
1296 overlapInstrProfile(const std::string &BaseFilename, const std::string &TestFilename, const OverlapFuncFilters &FuncFilter, raw_fd_ostream &OS, bool IsCS) argument

Completed in 404 milliseconds