Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp77 InlinedArrayAllocasTy &InlinedArrayAllocas, in InlineCallIfPossible() argument
147 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; in InlineCallIfPossible()
390 InlinedArrayAllocasTy InlinedArrayAllocas; in runOnSCC() local
441 if (!InlineCallIfPossible(CS, InlineInfo, InlinedArrayAllocas, in runOnSCC()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp79 InlinedArrayAllocasTy &InlinedArrayAllocas, in InlineCallIfPossible() argument
151 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy]; in InlineCallIfPossible()
439 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCalls() local
498 if (!InlineCallIfPossible(*this, CS, InlineInfo, InlinedArrayAllocas, in inlineCalls()