Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/tools/
H A DsummarizeStats.py133 def readCounters(f): function
143 res["counters"] = readCounters(f)
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1016 bool readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros,
1222 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros, in readCounters() function in PGOUseFunc
1818 if (!Func.readCounters(PGOReader.get(), AllZeros, AllMinusOnes)) in annotateAllFunctions()