Home
last modified time | relevance | path

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

/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-16.0/llvm/lib/Analysis/
DImportedFunctionsInliningStatistics.cpp80 AllFunctions++; in setModuleInfo()
146 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
151 << "All functions: " << AllFunctions in dump()
154 AllFunctions, "all functions") in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/Utils/
DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/external/perfetto/src/traceconv/
Dpprof_builder.cc232 const std::unordered_map<Function, int64_t>& AllFunctions() const { in AllFunctions() function in perfetto::trace_to_text::__anon9dd30cab0211::LocationTracker
525 locations_.AllFunctions(); in WriteFunctions()