Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp127 DILocation *CommonDebugLoc = nullptr; in performBlockTailMerging() local
140 if (!CommonDebugLoc) in performBlockTailMerging()
141 CommonDebugLoc = Term->getDebugLoc(); in performBlockTailMerging()
143 CommonDebugLoc = in performBlockTailMerging()
144 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
156 CanonicalTerm->setDebugLoc(CommonDebugLoc); in performBlockTailMerging()