Searched refs:AllFunctions (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp66 AllFunctions++;
132 auto NotImportedFuncCount = AllFunctions - ImportedFunctions;
137 << "All functions: " << AllFunctions
140 AllFunctions, "all functions")
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h68 /// Set information like AllFunctions, ImportedFunctions, ModuleName.
99 int AllFunctions = 0; member in class:llvm::ImportedFunctionsInliningStatistics
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp486 bool AllFunctions = local
491 if (AllFunctions || (Found.empty() && !IsDependent)) {

Completed in 183 milliseconds