Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp66 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
232 ++NumDeadBlocks; in runSCCP()
568 ++NumDeadBlocks; in runIPSCCP()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTailDuplicator.cpp56 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
187 ++NumDeadBlocks; in tailDuplicateAndUpdate()
H A DBranchFolding.cpp67 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
1213 ++NumDeadBlocks; in OptimizeBranches()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2155 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local
2157 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()