Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h128 virtual bool instrEntryBBEnabled() const = 0;
279 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
409 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
583 virtual bool instrEntryBBEnabled() const = 0;
645 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
786 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
787 return Index->instrEntryBBEnabled(); in instrEntryBBEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2223 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3023 OS << " entry_first = " << Reader->instrEntryBBEnabled(); in showInstrProfile()