Home
last modified time | relevance | path

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

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