Searched refs:MergedDebugLoc (Results 1 – 1 of 1) sorted by relevance
2480 const DILocation *MergedDebugLoc = nullptr; in MergeCompatibleInvokesImpl() local2483 if (!MergedDebugLoc) in MergeCompatibleInvokesImpl()2484 MergedDebugLoc = II->getDebugLoc(); in MergeCompatibleInvokesImpl()2486 MergedDebugLoc = in MergeCompatibleInvokesImpl()2487 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()2498 MergedInvoke->setDebugLoc(MergedDebugLoc); in MergeCompatibleInvokesImpl()