Home | History | Annotate | Download | only in CodeGen

Lines Matching full:eliminated

59 STATISTIC(NumBlocksElim, "Number of blocks eliminated");
60 STATISTIC(NumPHIsElim, "Number of trivial PHIs eliminated");
2068 // If we eliminated all predecessors of the block, delete the block now.