Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp862 bool readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros);
1017 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros) { in readCounters() function in PGOUseFunc
1483 if (!Func.readCounters(PGOReader.get(), AllZeros)) in annotateAllFunctions()