Searched refs:InlinedArrayAllocas (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | Inliner.cpp | 77 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/ |
D | Inliner.cpp | 79 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 155 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory) { in mergeInlinedArrayAllocas() argument 187 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas() 268 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in InlineCallIfPossible() argument 287 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory); in InlineCallIfPossible() 541 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCallsImpl() local 609 if (!InlineCallIfPossible(CS, InlineInfo, InlinedArrayAllocas, in inlineCallsImpl()
|