Home
last modified time | relevance | path

Searched defs:AllocaInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h51 struct AllocaInfo { struct
61 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp210 struct AllocaInfo { struct
211 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp458 struct AllocaInfo { struct
459 AllocaInst *Alloca;
460 DenseMap<Instruction *, std::optional<APInt>> Aliases;
461 bool MayWriteBeforeCoroBegin;
462 AllocaInfo(AllocaInst *Alloca, in AllocaInfo() argument