Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp889 if (!Kept.empty() && TestNamedMDOps(Kept)) in doTest()
891 if (!Prefix.empty() && TestNamedMDOps(Prefix)) in doTest()
896 bool TestNamedMDOps(std::vector<const MDNode *> &NamedMDOps);
900 bool ReduceCrashingNamedMDOps::TestNamedMDOps( in TestNamedMDOps() function in ReduceCrashingNamedMDOps