Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DMLInlineAdvisor.h68 int64_t getModuleIRSize() const;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMLInlineAdvisor.cpp95 InitialIRSize(getModuleIRSize()), CurrentIRSize(InitialIRSize) { in MLInlineAdvisor()
265 int64_t MLInlineAdvisor::getModuleIRSize() const { in getModuleIRSize() function in MLInlineAdvisor