Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp162 llvmLoc = llvm::DILocation::getMergedLocation( in translateLoc()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp162 DILocation::getMergedLocation(MIB->getDebugLoc(), getDebugLoc())); in generateCopiesIfRequired()
H A DLoadStoreOpt.cpp360 MergedLoc = DILocation::getMergedLocation(Stores[AIdx]->getDebugLoc(), in doSingleStoreMerge()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp141 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
H A DConstantHoisting.cpp917 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp953 auto *M = DILocation::getMergedLocation(A, B); in TEST_F()
963 auto *M = DILocation::getMergedLocation(A, B); in TEST_F()
973 auto *M = DILocation::getMergedLocation(A, B); in TEST_F()
983 auto *M = DILocation::getMergedLocation(A, B); in TEST_F()
1002 auto *M = DILocation::getMergedLocation(A, B); in TEST_F()
1014 auto *M = DILocation::getMergedLocation(A, B); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp94 Merged = getMergedLocation(Merged, L); in getMergedLocations()
101 const DILocation *DILocation::getMergedLocation(const DILocation *LocA, in getMergedLocation() function in DILocation
H A DDebugInfo.cpp815 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSink.cpp1101 MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(), in performSink()
H A DMachineBasicBlock.cpp1422 DL = DILocation::getMergedLocation(DL, TI->getDebugLoc()); in findBranchDebugLoc()
H A DBranchFolding.cpp843 DL = DILocation::getMergedLocation(DL, Pos->getDebugLoc()); in mergeCommonTails()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1533 DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(), in mergeStoreIntoSuccessor()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1723 static const DILocation *getMergedLocation(const DILocation *LocA,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2487 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()