Home
last modified time | relevance | path

Searched refs:CountPseudoKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h912 enum CountPseudoKind { enum
921 CountPseudoKind getCountPseudoKind() const { in getCountPseudoKind()
929 void setPseudoCount(CountPseudoKind Kind) { in setPseudoCount()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1105 InstrProfRecord::CountPseudoKind &PseudoKind);
1372 InstrProfRecord::CountPseudoKind &PseudoKind) { in readCounters()
2146 InstrProfRecord::CountPseudoKind PseudoKind = InstrProfRecord::NotPseudo; in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp915 CountPseudoKind OtherKind = Other.getCountPseudoKind(); in merge()
916 CountPseudoKind ThisKind = getCountPseudoKind(); in merge()