Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp219 for (auto bbClusterInfo : P->second) { in getBBClusterInfoForFunction() local
221 if (bbClusterInfo.MBBNumber >= MF.getNumBlockIDs()) in getBBClusterInfoForFunction()
223 V[bbClusterInfo.MBBNumber] = bbClusterInfo; in getBBClusterInfoForFunction()