Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp62 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
101 ++NumDeadBlocks; in runSCCP()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp41 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
213 ++NumDeadBlocks; in runIPSCCP()
H A DAttributor.cpp2402 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local
2404 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()
/openbsd-src/gnu/llvm/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()