Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp141 std::map<const BinaryBasicBlock *, const BinaryFunction *> BBToFuncMap; member in llvm::bolt::RewriteInstanceDiff
391 BBToFuncMap[*Iter1] = Func1; in matchBasicBlocks()
392 BBToFuncMap[*Iter2] = Func2; in matchBasicBlocks()
430 << BBToFuncMap[BB2]->getDemangledName() in reportHottestBBDiffs()
464 << BBToFuncMap[std::get<0>(Edge2)]->getDemangledName() in reportHottestEdgeDiffs()