Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:FuncStart

293     if (Function* FuncStart = M->getFunction(name)) {
294 while (!FuncStart->use_empty()) {
295 cast<CallInst>(*FuncStart->use_begin())->eraseFromParent();
297 FuncStart->eraseFromParent();