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.cpp2663 DILocation *MergedDebugLoc = nullptr; in MergeCompatibleInvokesImpl() local
2666 if (!MergedDebugLoc) in MergeCompatibleInvokesImpl()
2667 MergedDebugLoc = II->getDebugLoc(); in MergeCompatibleInvokesImpl()
2669 MergedDebugLoc = in MergeCompatibleInvokesImpl()
2670 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()
2681 MergedInvoke->setDebugLoc(MergedDebugLoc); in MergeCompatibleInvokesImpl()