Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp178 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas() local
186 for (AllocaInst *AvailableAlloca : AllocasForType) { in mergeInlinedArrayAllocas()
234 AllocasForType.push_back(AI); in mergeInlinedArrayAllocas()