Searched refs:MergedDebugLoc (Results 1 – 1 of 1) sorted by relevance
2721 DILocation *MergedDebugLoc = nullptr; in MergeCompatibleInvokesImpl() local2724 if (!MergedDebugLoc) in MergeCompatibleInvokesImpl()2725 MergedDebugLoc = II->getDebugLoc(); in MergeCompatibleInvokesImpl()2727 MergedDebugLoc = in MergeCompatibleInvokesImpl()2728 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()2739 MergedInvoke->setDebugLoc(MergedDebugLoc); in MergeCompatibleInvokesImpl()