Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp174 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas() local
182 for (AllocaInst *AvailableAlloca : AllocasForType) { in mergeInlinedArrayAllocas()
230 AllocasForType.push_back(AI); in mergeInlinedArrayAllocas()