Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp187 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; in InlineCallIfPossible() local
195 for (unsigned i = 0, e = AllocasForType.size(); i != e; ++i) { in InlineCallIfPossible()
196 AllocaInst *AvailableAlloca = AllocasForType[i]; in InlineCallIfPossible()
247 AllocasForType.push_back(AI); in InlineCallIfPossible()