Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp177 Merged = getMergedLocation(Merged, DL); in getMergedLocations()
183 DebugLoc DebugLoc::getMergedLocation(DebugLoc LocA, DebugLoc LocB) { in getMergedLocation() function in DebugLoc
188 return DILocation::getMergedLocation(LocA, LocB); in getMergedLocation()
H A DDebugInfoMetadata.cpp135 Merged = getMergedLocation(Merged, L); in getMergedLocations()
234 DILocation *DILocation::getMergedLocation(DILocation *LocA, DILocation *LocB) { in getMergedLocation() function in DILocation
H A DDebugInfo.cpp959 setDebugLoc(DebugLoc::getMergedLocation(LocA, LocB)); in applyMergedLocation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp55 auto Loc = DebugLoc::getMergedLocation(getDebugLoc(), MI->getDebugLoc()); in getDominatingInstrForID()
171 DebugLoc::getMergedLocation(MIB->getDebugLoc(), getDebugLoc())); in generateCopiesIfRequired()
H A DLoadStoreOpt.cpp372 MergedLoc = DebugLoc::getMergedLocation(MergedLoc, Store->getDebugLoc()); in doSingleStoreMerge()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h182 LLVM_ABI static DebugLoc getMergedLocation(DebugLoc LocA, DebugLoc LocB);
H A DDebugInfoMetadata.h2709 LLVM_ABI static DILocation *getMergedLocation(DILocation *LocA,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp147 DebugLoc::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
H A DConstantHoisting.cpp885 Base->setDebugLoc(DebugLoc::getMergedLocation( in emitBaseConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp155 Merged = DebugLoc::getMergedLocation(Merged, I->getDebugLoc()); in mergeDebugLocs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp866 DL = DebugLoc::getMergedLocation(DL, Pos->getDebugLoc()); in mergeCommonTails()
2114 DILocation::getMergedLocation(TI->getDebugLoc(), FI->getDebugLoc())); in HoistCommonCodeInSuccs()
H A DMachineBasicBlock.cpp1576 DL = DebugLoc::getMergedLocation(DL, TI->getDebugLoc()); in findBranchDebugLoc()
H A DMachineSink.cpp1615 MI.setDebugLoc(DebugLoc::getMergedLocation(MI.getDebugLoc(), in performSink()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1611 DebugLoc::getMergedLocation(SI.getDebugLoc(), OtherStore->getDebugLoc()); in mergeStoreIntoSuccessor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h104 DebugLoc::getMergedLocation(MI.getDebugLoc(), SrcMI->getDebugLoc()); in tryCombineAnyExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2652 DILocation::getMergedLocation(Root.getDebugLoc(), Prev.getDebugLoc()); in combineFPFusedMultiply()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2859 DebugLoc::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in mergeCompatibleInvokesImpl()