Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp56 auto *Loc = DILocation::getMergedLocation(getDebugLoc().get(), in getDominatingInstrForID()
167 DILocation::getMergedLocation(MIB->getDebugLoc(), getDebugLoc())); in generateCopiesIfRequired()
H A DLoadStoreOpt.cpp376 MergedLoc = DILocation::getMergedLocation(MergedLoc, Store->getDebugLoc()); in doSingleStoreMerge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp144 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
H A DConstantHoisting.cpp912 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp157 Merged = DILocation::getMergedLocation(Merged, I->getDebugLoc()); in mergeDILocations()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp114 Merged = getMergedLocation(Merged, L); in getMergedLocations()
121 DILocation *DILocation::getMergedLocation(DILocation *LocA, DILocation *LocB) { in getMergedLocation() function in DILocation
H A DDebugInfo.cpp933 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1577 DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(), in mergeStoreIntoSuccessor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h103 auto *MergedLocation = DILocation::getMergedLocation( in tryCombineAnyExt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1567 DL = DILocation::getMergedLocation(DL, TI->getDebugLoc()); in findBranchDebugLoc()
H A DMachineSink.cpp1444 MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(), in performSink()
H A DBranchFolding.cpp844 DL = DILocation::getMergedLocation(DL, Pos->getDebugLoc()); in mergeCommonTails()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2129 static DILocation *getMergedLocation(DILocation *LocA, DILocation *LocB);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2233 DILocation::getMergedLocation(Root.getDebugLoc(), Prev.getDebugLoc()); in combineFPFusedMultiply()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2728 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()