Searched defs:InlineHistory (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 206 int InlineHistory) { in mergeInlinedArrayAllocas() 309 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in inlineCallIfPossible() 338 const SmallVectorImpl<std::pair<Function *, int>> &InlineHistory) { in inlineHistoryIncludes() 388 SmallVector<std::pair<Function *, int>, 8> InlineHistory; in inlineCallsImpl() local 827 SmallVector<std::pair<Function *, int>, 16> InlineHistory; in run() local
|
H A D | ModuleInliner.cpp | 55 const SmallVectorImpl<std::pair<Function *, int>> &InlineHistory) { in inlineHistoryIncludes() 177 SmallVector<std::pair<Function *, int>, 16> InlineHistory; in run() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 163 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory) { in mergeInlinedArrayAllocas() 276 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in InlineCallIfPossible() 484 const SmallVectorImpl<std::pair<Function *, int>> &InlineHistory) { in InlineHistoryIncludes() 554 SmallVector<std::pair<Function *, int>, 8> InlineHistory; in inlineCallsImpl() local 959 SmallVector<std::pair<Function *, int>, 16> InlineHistory; in run() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 80 int InlineHistory, bool InsertLifetime) { in InlineCallIfPossible() 358 static bool InlineHistoryIncludes(Function *F, int InlineHistoryID, in InlineHistoryIncludes() 399 SmallVector<std::pair<Function*, int>, 8> InlineHistory; in inlineCalls() local
|