Home
last modified time | relevance | path

Searched defs:TestFn (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/bugpoint/
DCrashDebugger.cpp107 bool (*TestFn)(const BugDriver &, Module *); member in __anon1a97dd9f0211::ReduceCrashingGlobalVariables
177 bool (*TestFn)(const BugDriver &, Module *); member in __anon1a97dd9f0311::ReduceCrashingFunctions
250 bool (*TestFn)(const BugDriver &, Module *); member in __anon1a97dd9f0411::ReduceCrashingBlocks
359 bool (*TestFn)(const BugDriver &, Module *); member in __anon1a97dd9f0511::ReduceCrashingInstructions
DMiscompilation.cpp178 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anon9e6635310211::ReduceMiscompilingFunctions
461 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anon9e6635310311::ReduceMiscompiledBlocks
853 Function *TestFn = Test->getFunction(F->getName()); in CleanupAndPrepareModules() local
DExtractFunction.cpp329 if (Function *TestFn = globalInitUsesExternalBA(I)) { in SplitFunctionsOutOfModule() local