Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h50 struct AllocaInfo { struct
58 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp164 struct AllocaInfo { struct
165 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 …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp324 struct AllocaInfo { struct
325 AllocaInst *Alloca;
326 DenseMap<Instruction *, std::optional<APInt>> Aliases;
327 bool MayWriteBeforeCoroBegin;
328 AllocaInfo(AllocaInst *Alloca, in AllocaInfo() function