Lines Matching refs:Inliner
221 Inliner::ReturnComplexity Inliner::GetReturnComplexity(const FunctionDefinition& funcDef) { in GetReturnComplexity()
236 void Inliner::ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt) { in ensureScopedBlocks()
278 void Inliner::reset() { in reset()
283 std::unique_ptr<Expression> Inliner::inlineExpression(int offset, in inlineExpression()
422 std::unique_ptr<Statement> Inliner::inlineStatement(int offset, in inlineStatement()
567 Inliner::InlineVariable Inliner::makeInlineVariable(const String& baseName, in makeInlineVariable()
604 Inliner::InlinedCall Inliner::inlineCall(FunctionCall* call, in inlineCall()
710 bool Inliner::isSafeToInline(const FunctionDefinition* functionDef) { in isSafeToInline()
1032 bool Inliner::candidateCanBeInlined(const InlineCandidate& candidate, InlinabilityCache* cache) { in candidateCanBeInlined()
1044 int Inliner::getFunctionSize(const FunctionDeclaration& funcDecl, FunctionSizeCache* cache) { in getFunctionSize()
1053 void Inliner::buildCandidateList(const std::vector<std::unique_ptr<ProgramElement>>& elements, in buildCandidateList()
1115 bool Inliner::analyze(const std::vector<std::unique_ptr<ProgramElement>>& elements, in analyze()