Searched refs:StopPoint (Results 1 – 1 of 1) sorted by relevance
391 if (Function *StopPoint = M->getFunction("llvm.dbg.stoppoint")) { in CheckDebugInfoIntrinsics() local392 while (!StopPoint->use_empty()) in CheckDebugInfoIntrinsics()393 cast<CallInst>(StopPoint->use_back())->eraseFromParent(); in CheckDebugInfoIntrinsics()394 StopPoint->eraseFromParent(); in CheckDebugInfoIntrinsics()