Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1712 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in accumulateCounts() local
1713 if (FuncIsCS != IsCS) in accumulateCounts()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2791 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in showInstrProfile() local
2792 if (FuncIsCS != ShowCS) in showInstrProfile()