Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1481 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in accumulateCounts() local
1482 if (FuncIsCS != IsCS) in accumulateCounts()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2732 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in showInstrProfile() local
2733 if (FuncIsCS != ShowCS) in showInstrProfile()