Home
last modified time | relevance | path

Searched refs:AllFunctions (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDImportedFunctionsInliningStatistics.cpp80 AllFunctions++; in setModuleInfo()
146 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
151 << "All functions: " << AllFunctions in dump()
154 AllFunctions, "all functions") in dump()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSplitModule.cpp585 DenseSet<const Function *> AllFunctions; in doPartitioning() local
587 AllFunctions.insert(Part.begin(), Part.end()); in doPartitioning()
590 if (!Fn.isDeclaration() && !AllFunctions.contains(&Fn)) { in doPartitioning()
591 assert(AllFunctions.contains(&Fn) && "Missed a function?!"); in doPartitioning()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
HDImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplate.cpp493 bool AllFunctions = in LookupTemplateName() local
497 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()