Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp432 class PGOUseFunc;
443 PGOUseFunc *UseFunc = nullptr;
470 void annotateSelects(PGOUseFunc *UF, unsigned *Ind) { in annotateSelects()
1089 class PGOUseFunc { class
1091 PGOUseFunc(Function &Func, Module *Modu, TargetLibraryInfo &TLI, in PGOUseFunc() function in __anon0925556b0811::PGOUseFunc
1223 bool PGOUseFunc::setInstrumentedCounts( in setInstrumentedCounts()
1294 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount()
1328 void PGOUseFunc::handleInstrProfError(Error Err, uint64_t MismatchedFuncSum) { in handleInstrProfError()
1371 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros, in readCounters()
1419 void PGOUseFunc::populateCoverage(IndexedInstrProfReader *PGOReader) { in populateCoverage()
[all …]