Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h49 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() function
69 bool IsCS; variable
H A DInstrProfiling.h69 bool IsCS; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp373 static GlobalVariable *createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar()
514 bool IsCS; member in __anon0345afe20211::FuncPGOInstrumentation
561 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false, in FuncPGOInstrumentation()
854 bool IsCS) { in instrumentOneFunc()
1033 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) in PGOUseFunc()
1116 bool IsCS; member in __anon0345afe20611::PGOUseFunc
1890 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions()
2065 ProfileSummaryInfo *PSI, bool IsCS) { in annotateAllFunctions()
2254 bool IsCS) in PGOInstrumentationUse()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp693 bool IsCS, std::string ProfileFile, in addPGOInstrPasses()
764 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp228 raw_fd_ostream &OS, bool IsCS) { in overlapInput()
1299 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile()
2260 cl::opt<bool> IsCS( in overlap_main() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1216 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
H A DInstrProf.cpp1224 bool IsCS) { in accumulateCounts()