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.cpp130 DebugLoc CommonDebugLoc; in performBlockTailMerging() local
143 if (!CommonDebugLoc) in performBlockTailMerging()
144 CommonDebugLoc = Term->getDebugLoc(); in performBlockTailMerging()
146 CommonDebugLoc = in performBlockTailMerging()
147 DebugLoc::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
159 CanonicalTerm->setDebugLoc(CommonDebugLoc); in performBlockTailMerging()