Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp72 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
221 ++NumDeadBlocks; in runSCCP()
510 ++NumDeadBlocks; in runIPSCCP()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1746 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local
1748 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()