Searched refs:TestFunctions (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp323 std::set<Function *> TestFunctions; local
329 TestFunctions.insert(cast<Function>(NewVMap[TNOF]));
335 if (!TestFunctions.count(&I))

Completed in 79 milliseconds