Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp973 if (!Kept.empty() && TestNamedMDOps(Kept)) in doTest()
975 if (!Prefix.empty() && TestNamedMDOps(Prefix)) in doTest()
980 bool TestNamedMDOps(std::vector<const MDNode *> &NamedMDOps);
984 bool ReduceCrashingNamedMDOps::TestNamedMDOps( in TestNamedMDOps() function in ReduceCrashingNamedMDOps