Home | History | Annotate | Download | only in IPO

Lines Matching refs:AllocasForType

187     std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy];
189 // Loop over the allocas in AllocasForType to see if we can reuse one. Note
193 // function. Also, AllocasForType can be empty of course!
195 for (AllocaInst *AvailableAlloca : AllocasForType) {
253 AllocasForType.push_back(AI);