Home | History | Annotate | Download | only in Utils

Lines Matching refs:AllocaInfo

110 struct AllocaInfo {
131 /// Scan the uses of the specified alloca, filling in the AllocaInfo used
302 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
358 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
460 static bool promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info,
556 AllocaInfo Info;
793 AllocaInst *AI, AllocaInfo &Info,