Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h529 bool ProfileIsCS = false; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp44 bool FunctionSamples::ProfileIsCS = false; member in llvm::sampleprof::FunctionSamples
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1507 std::optional<bool> ProfileIsCS; in mergeSampleProfile() local