Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp124 const DILocation *CommonDebugLoc = nullptr; in performBlockTailMerging() local
137 if (!CommonDebugLoc) in performBlockTailMerging()
138 CommonDebugLoc = Term->getDebugLoc(); in performBlockTailMerging()
140 CommonDebugLoc = in performBlockTailMerging()
141 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
151 CanonicalTerm->setDebugLoc(CommonDebugLoc); in performBlockTailMerging()