Searched defs:ReduceCrashingGlobalVariables (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp103 /// ReduceCrashingGlobalVariables - This works by removing the global
107 class ReduceCrashingGlobalVariables : public ListReducer<GlobalVariable*> { class in namespace:__anon9186
111 ReduceCrashingGlobalVariables(BugDriver &bd, function in class:__anon9186::ReduceCrashingGlobalVariables
130 ReduceCrashingGlobalVariables::TestGlobalVariables(
481 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error);

Completed in 616 milliseconds