Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp397 if (Function *RegionStart = M->getFunction("llvm.dbg.region.start")) { in CheckDebugInfoIntrinsics() local
398 while (!RegionStart->use_empty()) in CheckDebugInfoIntrinsics()
399 cast<CallInst>(RegionStart->use_back())->eraseFromParent(); in CheckDebugInfoIntrinsics()
400 RegionStart->eraseFromParent(); in CheckDebugInfoIntrinsics()