Searched defs:AllocaInfo (Results 1 – 2 of 2) sorted by relevance
106 struct AllocaInfo { struct107 SmallVector<BasicBlock *, 32> DefiningBlocks;108 SmallVector<BasicBlock *, 32> UsingBlocks;110 StoreInst *OnlyStore;111 BasicBlock *OnlyBlock;112 bool OnlyUsedInOneBlock;114 Value *AllocaPointerVal;115 DbgDeclareInst *DbgDeclare;117 void clear() { in clear()129 void AnalyzeAlloca(AllocaInst *AI) { in AnalyzeAlloca()
100 struct AllocaInfo { struct102 AllocaInst *AI;106 SmallPtrSet<PHINode*, 8> CheckedPHIs;109 bool isUnsafe : 1;112 bool isMemCpySrc : 1;115 bool isMemCpyDst : 1;120 bool hasSubelementAccess : 1;125 bool hasALoadOrStore : 1;127 explicit AllocaInfo(AllocaInst *ai) in AllocaInfo() argument