Home
last modified time | relevance | path

Searched defs:FunctionWithDependencies (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp364 struct FunctionWithDependencies { struct
365 FunctionWithDependencies(SplitModuleLogger &SML, CallGraph &CG, in FunctionWithDependencies() function
385 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()