Searched defs:FunctionWithDependencies (Results 1 – 1 of 1) sorted by relevance
364 struct FunctionWithDependencies { struct365 FunctionWithDependencies(SplitModuleLogger &SML, CallGraph &CG, in FunctionWithDependencies() function385 const Function *Fn = nullptr;386 DenseSet<const Function *> Dependencies;388 bool HasIndirectCall = false;390 bool HasNonDuplicatableDependecy = false;392 CostType TotalCost = 0;396 bool isLarge(CostType Threshold) const { in isLarge()