Searched refs:fnDecl (Results 1 – 2 of 2) sorted by relevance
1114 const FunctionDeclaration& fnDecl = candidate_func(candidate); in buildCandidateList() local1115 candidateTotalCost[&fnDecl] += this->getFunctionSize(fnDecl, &functionSizeCache); in buildCandidateList()1120 const FunctionDeclaration& fnDecl = candidate_func(candidate); in buildCandidateList() local1121 if (fnDecl.modifiers().fFlags & Modifiers::kInline_Flag) { in buildCandidateList()1125 if (usage->get(fnDecl) == 1) { in buildCandidateList()1129 if (candidateTotalCost[&fnDecl] <= this->settings().fInlineThreshold) { in buildCandidateList()
92 int getFunctionSize(const FunctionDeclaration& fnDecl, FunctionSizeCache* cache);