Searched refs:getMergedLocation (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | DebugTranslation.cpp | 162 llvmLoc = llvm::DILocation::getMergedLocation( in translateLoc()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.cpp | 162 DILocation::getMergedLocation(MIB->getDebugLoc(), getDebugLoc())); in generateCopiesIfRequired()
|
| H A D | LoadStoreOpt.cpp | 360 MergedLoc = DILocation::getMergedLocation(Stores[AIdx]->getDebugLoc(), in doSingleStoreMerge()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 141 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
|
| H A D | ConstantHoisting.cpp | 917 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 953 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 D | DebugInfoMetadata.cpp | 94 Merged = getMergedLocation(Merged, L); in getMergedLocations() 101 const DILocation *DILocation::getMergedLocation(const DILocation *LocA, in getMergedLocation() function in DILocation
|
| H A D | DebugInfo.cpp | 815 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 1101 MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(), in performSink()
|
| H A D | MachineBasicBlock.cpp | 1422 DL = DILocation::getMergedLocation(DL, TI->getDebugLoc()); in findBranchDebugLoc()
|
| H A D | BranchFolding.cpp | 843 DL = DILocation::getMergedLocation(DL, Pos->getDebugLoc()); in mergeCommonTails()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1533 DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(), in mergeStoreIntoSuccessor()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1723 static const DILocation *getMergedLocation(const DILocation *LocA,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2487 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()
|