Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1184 bool setInstrumentedCounts(const std::vector<uint64_t> &CountFromProfile);
1223 bool PGOUseFunc::setInstrumentedCounts( in setInstrumentedCounts() function in PGOUseFunc
1404 if (!setInstrumentedCounts(CountFromProfile)) { in readCounters()