Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2852 DILocation *MergedDebugLoc = nullptr; in mergeCompatibleInvokesImpl() local
2855 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()