Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEstimateFunctionSize.h46 std::size_t getExpandedSize(const llvm::Function* F) const;
H A DEstimateFunctionSize.cpp421 std::size_t EstimateFunctionSize::getExpandedSize(const Function* F) const { in getExpandedSize() function in EstimateFunctionSize
H A DGenCodeGenModule.cpp931 if (FSA->getExpandedSize(Caller) <= PerFuncThreshold) in getInlineCost()