Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1092 bool setInstrumentedCounts(const std::vector<uint64_t> &CountFromProfile);
1116 bool PGOUseFunc::setInstrumentedCounts( in setInstrumentedCounts() function in PGOUseFunc
1287 if (!setInstrumentedCounts(CountFromProfile)) { in readCounters()