Searched defs:AllocaInfo (Results 1 – 3 of 3) sorted by relevance
51 struct AllocaInfo { struct61 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; argument
210 struct AllocaInfo { struct211 using DbgUserVec = SmallVector<DbgVariableIntrinsic *, 1>;212 using DPUserVec = SmallVector<DbgVariableRecord *, 1>;214 SmallVector<BasicBlock *, 32> DefiningBlocks;215 SmallVector<BasicBlock *, 32> UsingBlocks;217 StoreInst *OnlyStore;218 BasicBlock *OnlyBlock;219 bool OnlyUsedInOneBlock;222 DbgUserVec DbgUsers;223 DPUserVec DPUsers;[all …]
458 struct AllocaInfo { struct459 AllocaInst *Alloca;460 DenseMap<Instruction *, std::optional<APInt>> Aliases;461 bool MayWriteBeforeCoroBegin;462 AllocaInfo(AllocaInst *Alloca, in AllocaInfo() argument