Home
last modified time | relevance | path

Searched refs:FuncIsCS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1142 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in accumulateCounts() local
1143 if (FuncIsCS != IsCS) in accumulateCounts()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2183 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in showInstrProfile() local
2184 if (FuncIsCS != ShowCS) in showInstrProfile()