Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp66 AllFunctions++; in setModuleInfo()
132 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
137 << "All functions: " << AllFunctions in dump()
140 AllFunctions, "all functions") in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp66 AllFunctions++; in setModuleInfo()
132 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
137 << "All functions: " << AllFunctions in dump()
140 AllFunctions, "all functions") in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc252 const std::unordered_map<Function, int64_t>& AllFunctions() const { in AllFunctions() function in perfetto::trace_to_text::__anonb9473e550211::LocationTracker
535 locations_.AllFunctions(); in WriteFunctions()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp487 bool AllFunctions = in LookupTemplateName() local
492 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()