Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp196 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas() local
204 for (AllocaInst *AvailableAlloca : AllocasForType) { in mergeInlinedArrayAllocas()
262 AllocasForType.push_back(AI); in mergeInlinedArrayAllocas()