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

/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp322 std::set<Function *> TestFunctions; local
328 TestFunctions.insert(cast<Function>(NewVMap[TNOF]));
334 if (!TestFunctions.count(&I))

Completed in 54 milliseconds