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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp325 Function *TNOF = cast<Function>(VMap[F[i]]); local
327 LLVM_DEBUG(TNOF->printAsOperand(errs(), false));
329 TestFunctions.insert(cast<Function>(NewVMap[TNOF]));
330 DeleteFunctionBody(TNOF); // Function is now external in this module!

Completed in 59 milliseconds