Home
last modified time | relevance | path

Searched defs:ProfileIsCS (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h537 bool ProfileIsCS = false; variable
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp116 bool ProfileIsCS) { in create()
133 bool ProfileIsCS) { in create()
H A DPerfReader.h586 bool ProfileIsCS = false; variable
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp44 bool FunctionSamples::ProfileIsCS = false; member in llvm::sampleprof::FunctionSamples
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp758 Optional<bool> ProfileIsCS; in mergeSampleProfile() local