Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp358 DebugLoc MergedLoc; in doSingleStoreMerge() local
360 MergedLoc = DILocation::getMergedLocation(Stores[AIdx]->getDebugLoc(), in doSingleStoreMerge()
363 Builder.setDebugLoc(MergedLoc); in doSingleStoreMerge()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1533 DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(), in mergeStoreIntoSuccessor() local
1540 PN->setDebugLoc(MergedLoc); in mergeStoreIntoSuccessor()
1549 NewSI->setDebugLoc(MergedLoc); in mergeStoreIntoSuccessor()