Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp66 InlinedArrayAllocasTy; typedef
77 InlinedArrayAllocasTy &InlinedArrayAllocas, in InlineCallIfPossible()
390 InlinedArrayAllocasTy InlinedArrayAllocas; in runOnSCC()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp68 InlinedArrayAllocasTy; typedef
79 InlinedArrayAllocasTy &InlinedArrayAllocas, in InlineCallIfPossible()
439 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp131 using InlinedArrayAllocasTy = DenseMap<ArrayType *, std::vector<AllocaInst *>>; typedef
155 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory) { in mergeInlinedArrayAllocas()
268 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in InlineCallIfPossible()
541 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCallsImpl()