Searched refs:MergedDebugLoc (Results 1 – 1 of 1) sorted by relevance
2852 DILocation *MergedDebugLoc = nullptr; in mergeCompatibleInvokesImpl() local2855 if (!MergedDebugLoc) in mergeCompatibleInvokesImpl()2856 MergedDebugLoc = II->getDebugLoc(); in mergeCompatibleInvokesImpl()2858 MergedDebugLoc = in mergeCompatibleInvokesImpl()2859 DebugLoc::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in mergeCompatibleInvokesImpl()2877 MergedInvoke->setDebugLoc(MergedDebugLoc); in mergeCompatibleInvokesImpl()