Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2480 const DILocation *MergedDebugLoc = nullptr; in MergeCompatibleInvokesImpl() local
2483 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()