Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp147 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; in InlineCallIfPossible() local
155 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()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp151 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; in InlineCallIfPossible() local
159 for (AllocaInst *AvailableAlloca : AllocasForType) { in InlineCallIfPossible()
218 AllocasForType.push_back(AI); in InlineCallIfPossible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp187 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas() local
195 for (AllocaInst *AvailableAlloca : AllocasForType) { in mergeInlinedArrayAllocas()
253 AllocasForType.push_back(AI); in mergeInlinedArrayAllocas()