Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp56 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
95 ++NumDeadBlocks; in runSCCP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp42 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
217 ++NumDeadBlocks; in runIPSCCP()
H A DAttributor.cpp2582 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local
2584 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp56 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
198 ++NumDeadBlocks; in tailDuplicateAndUpdate()
H A DBranchFolding.cpp67 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
1226 ++NumDeadBlocks; in OptimizeBranches()