Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h131 virtual bool instrLoopEntriesEnabled() const = 0;
284 bool instrLoopEntriesEnabled() const override { in instrLoopEntriesEnabled() function
413 bool instrLoopEntriesEnabled() const override { in instrLoopEntriesEnabled() function
584 virtual bool instrLoopEntriesEnabled() const = 0;
649 bool instrLoopEntriesEnabled() const override { in instrLoopEntriesEnabled() function
790 bool instrLoopEntriesEnabled() const override { in instrLoopEntriesEnabled() function
791 return Index->instrLoopEntriesEnabled(); in instrLoopEntriesEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2226 bool InstrumentLoopEntries = PGOReader->instrLoopEntriesEnabled(); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3024 OS << " instrument_loop_entries = " << Reader->instrLoopEntriesEnabled(); in showInstrProfile()