Home | History | Annotate | Download | only in InstCombine

Lines Matching full:allocation

77 /// PromoteCastOfAllocation - If we find a cast of an allocation instruction,
98 // If the allocation has multiple uses, only promote it if we are strictly
99 // increasing the alignment of the resultant allocation. If we keep it the
107 // If the allocation has multiple uses, only promote it if we're not
145 // If the allocation has multiple real uses, insert a cast and change all
149 // New is the allocation instruction, pointer typed. AI is the original
150 // allocation instruction, also pointer typed. Thus, cast to use is BitCast.
1685 // size, rewrite the allocation instruction to allocate the "right" type.