Lines Matching full:duplicated
50 STATISTIC(NumTails, "Number of tails duplicated");
51 STATISTIC(NumTailDups, "Number of tail duplicated blocks");
160 /// \p MBB - block to be duplicated
188 // which duplicated TailBB. Add the predecessors as sources to the PHI in tailDuplicateAndUpdate()
481 /// After FromBB is tail duplicated into its predecessor blocks, the successors
598 // If the block to be duplicated ends in an unanalyzable fallthrough, don't in shouldTailDuplicate()
625 // Non-duplicable things shouldn't be tail-duplicated. in shouldTailDuplicate()
628 // DWARF, allow them be duplicated, so that their existence doesn't prevent in shouldTailDuplicate()
629 // tail duplication of some basic blocks, that would be duplicated otherwise. in shouldTailDuplicate()
635 // Convergent instructions can be duplicated only if doing so doesn't add in shouldTailDuplicate()
838 /// \p TailBB Block to be duplicated.
841 /// \p TDBBs A vector to keep track of all blocks tail-duplicated
932 // If TailBB was duplicated into all its predecessors except for the prior in tailDuplicate()
1015 // Handle the nasty case in that we duplicated a block that is part of a loop in tailDuplicate()