Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp391 if (Function *StopPoint = M->getFunction("llvm.dbg.stoppoint")) { in CheckDebugInfoIntrinsics() local
392 while (!StopPoint->use_empty()) in CheckDebugInfoIntrinsics()
393 cast<CallInst>(StopPoint->use_back())->eraseFromParent(); in CheckDebugInfoIntrinsics()
394 StopPoint->eraseFromParent(); in CheckDebugInfoIntrinsics()