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

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

Completed in 95 milliseconds