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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp36 // pass PGOInstrumentationUse, the real work in done in class PGOUseFunc and
37 // the profile is opened in module level and passed to each PGOUseFunc instance.
306 class PGOUseFunc;
317 PGOUseFunc *UseFunc = nullptr;
342 void annotateSelects(Function &Func, PGOUseFunc *UF, unsigned *Ind) {
1002 class PGOUseFunc { class in namespace:__anon4593
1004 PGOUseFunc(Function &Func, Module *Modu, TargetLibraryInfo &TLI, function in class:__anon4593::PGOUseFunc
1112 bool PGOUseFunc::setInstrumentedCounts(
1173 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) {
1189 bool PGOUseFunc
[all...]

Completed in 54 milliseconds