Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp401 class PGOUseFunc { class
444 PGOUseFunc(Function &Func, Module *Modu, BranchProbabilityInfo *BPI = nullptr, in PGOUseFunc() function in __anon10d6878d0211::PGOUseFunc
460 void PGOUseFunc::setInstrumentedCounts( in setInstrumentedCounts()
496 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount()
512 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader) { in readCounters()
550 void PGOUseFunc::populateCounters() { in populateCounters()
623 void PGOUseFunc::setBranchWeights() { in setBranchWeights()
681 static void setPGOCountOnFunc(PGOUseFunc &Func, in setPGOCountOnFunc()
714 PGOUseFunc Func(F, &M, BPI, BFI); in runOnModule()