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.h124 virtual bool instrEntryBBEnabled() const = 0;
266 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
378 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
547 virtual bool instrEntryBBEnabled() const = 0;
608 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
728 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
729 return Index->instrEntryBBEnabled(); in instrEntryBBEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2118 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2927 OS << " entry_first = " << Reader->instrEntryBBEnabled(); in showInstrProfile()