Home | History | Annotate | Download | only in CodeGen

Lines Matching full:duplicated

72 STATISTIC(NumDupBBs,       "Number of duplicated blocks");
142 /// NumDups - Number of instructions that would be duplicated due
1402 // Remove the duplicated instructions at the beginnings of both paths.
1422 // This is everything used+live in BB2 after the duplicated instructions. We
1444 // Remove duplicated instructions.