Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp177 const DILocation *CommonDebugLoc = nullptr; in tailMergeBlocksWithSimilarFunctionTerminators() local
187 if (!CommonDebugLoc) in tailMergeBlocksWithSimilarFunctionTerminators()
188 CommonDebugLoc = Term->getDebugLoc(); in tailMergeBlocksWithSimilarFunctionTerminators()
190 CommonDebugLoc = in tailMergeBlocksWithSimilarFunctionTerminators()
191 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in tailMergeBlocksWithSimilarFunctionTerminators()
201 CanonicalTerm->setDebugLoc(CommonDebugLoc); in tailMergeBlocksWithSimilarFunctionTerminators()