Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp475 IdenticalBucketsMap IdenticalBuckets; in runOnFunctions() local
477 IdenticalBuckets[BF].emplace_back(BF); in runOnFunctions()
480 for (auto &IBI : IdenticalBuckets) { in runOnFunctions()