Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp67 AllFunctions++; in setModuleInfo()
133 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
138 << "All functions: " << AllFunctions in dump()
141 AllFunctions, "all functions") in dump()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h100 int AllFunctions = 0; variable