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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp183 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; local
185 // Loop over the allocas in AllocasForType to see if we can reuse one. Note
189 // function. Also, AllocasForType can be empty of course!
191 for (unsigned i = 0, e = AllocasForType.size(); i != e; ++i) {
192 AllocaInst *AvailableAlloca = AllocasForType[i];
248 AllocasForType.push_back(AI);

Completed in 64 milliseconds