Home | History | Annotate | Download | only in CodeGen

Lines Matching full:duplicated

37 STATISTIC(NumTails     , "Number of tails duplicated");
38 STATISTIC(NumTailDups , "Number of tail duplicated blocks");
215 // which duplicated TailBB. Add the predecessors as sources to the PHI
448 /// UpdateSuccessorsPHIs - After FromBB is tail duplicated into its predecessor
575 // Non-duplicable things shouldn't be tail-duplicated.
847 // If TailBB was duplicated into all its predecessors except for the prior
911 // Handle the nasty case in that we duplicated a block that is part of a loop