Searched refs:getMergedLocation (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEMIRBuilder.cpp | 56 auto *Loc = DILocation::getMergedLocation(getDebugLoc().get(), in getDominatingInstrForID() 167 DILocation::getMergedLocation(MIB->getDebugLoc(), getDebugLoc())); in generateCopiesIfRequired()
|
H A D | LoadStoreOpt.cpp | 376 MergedLoc = DILocation::getMergedLocation(MergedLoc, Store->getDebugLoc()); in doSingleStoreMerge()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimplifyCFGPass.cpp | 144 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
|
H A D | ConstantHoisting.cpp | 912 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 157 Merged = DILocation::getMergedLocation(Merged, I->getDebugLoc()); in mergeDILocations()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 114 Merged = getMergedLocation(Merged, L); in getMergedLocations() 121 DILocation *DILocation::getMergedLocation(DILocation *LocA, DILocation *LocB) { in getMergedLocation() function in DILocation
|
H A D | DebugInfo.cpp | 933 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 1577 DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(), in mergeStoreIntoSuccessor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 103 auto *MergedLocation = DILocation::getMergedLocation( in tryCombineAnyExt()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 1567 DL = DILocation::getMergedLocation(DL, TI->getDebugLoc()); in findBranchDebugLoc()
|
H A D | MachineSink.cpp | 1444 MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(), in performSink()
|
H A D | BranchFolding.cpp | 844 DL = DILocation::getMergedLocation(DL, Pos->getDebugLoc()); in mergeCommonTails()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2129 static DILocation *getMergedLocation(DILocation *LocA, DILocation *LocB);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2233 DILocation::getMergedLocation(Root.getDebugLoc(), Prev.getDebugLoc()); in combineFPFusedMultiply()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 2728 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()
|