Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp118 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
120 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
125 bool TestGlobalVariables(std::vector<GlobalVariable*> &GVs);
130 ReduceCrashingGlobalVariables::TestGlobalVariables( in TestGlobalVariables() function in ReduceCrashingGlobalVariables
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp130 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
132 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
137 bool TestGlobalVariables(std::vector<GlobalVariable*> &GVs);
142 ReduceCrashingGlobalVariables::TestGlobalVariables( in TestGlobalVariables() function in ReduceCrashingGlobalVariables
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp134 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
136 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
141 bool TestGlobalVariables(std::vector<GlobalVariable *> &GVs);
145 bool ReduceCrashingGlobalInitializers::TestGlobalVariables( in TestGlobalVariables() function in ReduceCrashingGlobalInitializers