Home | History | Annotate | Download | only in Scalar

Lines Matching refs:AllocaInfo

97     /// AllocaInfo - When analyzing uses of an alloca instruction, this captures
100 struct AllocaInfo {
127 explicit AllocaInfo(AllocaInst *ai)
147 void MarkUnsafe(AllocaInfo &I, Instruction *User) {
154 void isSafeForScalarRepl(Instruction *I, uint64_t Offset, AllocaInfo &Info);
156 AllocaInfo &Info);
157 void isSafeGEP(GetElementPtrInst *GEPI, uint64_t &Offset, AllocaInfo &Info);
159 Type *MemOpType, bool isStore, AllocaInfo &Info,
1598 AllocaInfo &Info) {
1658 AllocaInfo &Info) {
1708 uint64_t &Offset, AllocaInfo &Info) {
1790 AllocaInfo &Info, Instruction *TheAccess,
2570 AllocaInfo Info(AI);