Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp457 class PGOUseFunc { class
459 PGOUseFunc(Function &Func, Module *Modu, BranchProbabilityInfo *BPI = nullptr, in PGOUseFunc() function in __anonc5e3232c0211::PGOUseFunc
535 void PGOUseFunc::setInstrumentedCounts( in setInstrumentedCounts()
571 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount()
587 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader) { in readCounters()
636 void PGOUseFunc::populateCounters() { in populateCounters()
710 void PGOUseFunc::setBranchWeights() { in setBranchWeights()
755 void PGOUseFunc::annotateIndirectCallSites() { in annotateIndirectCallSites()
887 PGOUseFunc Func(F, &M, BPI, BFI); in annotateAllFunctions()
893 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions()
[all …]