Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp72 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
224 ++NumDeadBlocks; in runSCCP()
513 ++NumDeadBlocks; in runIPSCCP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTailDuplicator.cpp58 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
190 ++NumDeadBlocks; in tailDuplicateAndUpdate()
H A DBranchFolding.cpp68 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
1210 ++NumDeadBlocks; in OptimizeBranches()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1359 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local
1361 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()