Searched refs:AllocaInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp280 struct AllocaInfo { struct in class:__anon3875::AArch64StackTagging
303 void alignAndPadAlloca(AllocaInfo &Info);
313 insertBaseTaggedPointer(const MapVector<AllocaInst *, AllocaInfo> &Allocas,
455 const MapVector<AllocaInst *, AllocaInfo> &Allocas,
460 const AllocaInfo &Info = I.second;
481 void AArch64StackTagging::alignAndPadAlloca(AllocaInfo &Info) {
545 MapVector<AllocaInst *, AllocaInfo> Allocas; // need stable iteration order
592 AllocaInfo &Info = I.second;
636 const AllocaInfo &Info = I.second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp108 struct AllocaInfo { struct in namespace:__anon4757
127 /// Scan the uses of the specified alloca, filling in the AllocaInfo used
291 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
347 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
444 static bool promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info,
536 AllocaInfo Info;
769 AllocaInst *AI, AllocaInfo &Info,

Completed in 291 milliseconds