Searched defs:AllocaInfo (Results 1 – 3 of 3) sorted by relevance
50 struct AllocaInfo { struct58 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; argument
164 struct AllocaInfo { struct165 using DbgUserVec = SmallVector<DbgVariableIntrinsic *, 1>;167 SmallVector<BasicBlock *, 32> DefiningBlocks;168 SmallVector<BasicBlock *, 32> UsingBlocks;170 StoreInst *OnlyStore;171 BasicBlock *OnlyBlock;172 bool OnlyUsedInOneBlock;175 DbgUserVec DbgUsers;177 AssignmentTrackingInfo AssignmentTracking;179 void clear() { in clear()[all …]
324 struct AllocaInfo { struct325 AllocaInst *Alloca;326 DenseMap<Instruction *, std::optional<APInt>> Aliases;327 bool MayWriteBeforeCoroBegin;328 AllocaInfo(AllocaInst *Alloca, in AllocaInfo() function