Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp236 std::map<BinaryData *, uint64_t> BDtoFuncCount; in sortedByFunc() local
269 BDtoFuncCount[BD->getAtomicRoot()] += BF.getKnownExecutionCount(); in sortedByFunc()
282 const uint64_t ACount = BDtoFuncCount[A.first]; in sortedByFunc()
283 const uint64_t BCount = BDtoFuncCount[B.first]; in sortedByFunc()
295 if (!BDtoFuncCount[Order[Idx].first]) { in sortedByFunc()