Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp116 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
118 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
123 bool TestGlobalVariables(std::vector<GlobalVariable*> &GVs);
128 ReduceCrashingGlobalVariables::TestGlobalVariables( in TestGlobalVariables() function in ReduceCrashingGlobalVariables