Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctionBodies.cpp38 static int countFunctionDefinitions(Module *Program) { in countFunctionDefinitions() function
54 int Functions = countFunctionDefinitions(Test.getProgram()); in reduceFunctionBodiesDeltaPass()