Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfReader.h96 virtual bool instrEntryBBEnabled() const = 0;
184 bool instrEntryBBEnabled() const override { return InstrEntryBBEnabled; } in instrEntryBBEnabled() function
250 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
390 virtual bool instrEntryBBEnabled() const = 0;
439 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
497 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function
498 return Index->instrEntryBBEnabled(); in instrEntryBBEnabled()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp264 WC->Writer.setInstrEntryBBEnabled(Reader->instrEntryBBEnabled()); in loadInput()
2212 OS << " entry_first = " << Reader->instrEntryBBEnabled(); in showInstrProfile()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1846 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions()