Searched refs:AllocasForType (Results 1 – 3 of 3) sorted by relevance
147 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; in InlineCallIfPossible() local155 for (unsigned i = 0, e = AllocasForType.size(); i != e; ++i) { in InlineCallIfPossible()156 AllocaInst *AvailableAlloca = AllocasForType[i]; in InlineCallIfPossible()190 AllocasForType.push_back(AI); in InlineCallIfPossible()
151 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; in InlineCallIfPossible() local159 for (AllocaInst *AvailableAlloca : AllocasForType) { in InlineCallIfPossible()218 AllocasForType.push_back(AI); in InlineCallIfPossible()
187 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas() local195 for (AllocaInst *AvailableAlloca : AllocasForType) { in mergeInlinedArrayAllocas()253 AllocasForType.push_back(AI); in mergeInlinedArrayAllocas()