Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp78 AllFunctions++; in setModuleInfo()
144 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
149 << "All functions: " << AllFunctions in dump()
152 AllFunctions, "all functions") in dump()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1525 std::vector<BinaryFunction *> AllFunctions; in getAllBinaryFunctions() local
1526 AllFunctions.reserve(BinaryFunctions.size() + InjectedBinaryFunctions.size()); in getAllBinaryFunctions()
1527 llvm::transform(BinaryFunctions, std::back_inserter(AllFunctions), in getAllBinaryFunctions()
1531 llvm::copy(InjectedBinaryFunctions, std::back_inserter(AllFunctions)); in getAllBinaryFunctions()
1533 return AllFunctions; in getAllBinaryFunctions()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp492 bool AllFunctions = in LookupTemplateName() local
496 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()