Home
last modified time | relevance | path

Searched defs:ImportedFunctionsStats (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DInliner.h77 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member
108 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DInliner.h79 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DInliner.cpp311 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallIfPossible()
369 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallsImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp278 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in InlineCallIfPossible()
535 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallsImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DInlineAdvisor.h214 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable