| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 177 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 D | DebugInfoMetadata.cpp | 135 Merged = getMergedLocation(Merged, L); in getMergedLocations() 234 DILocation *DILocation::getMergedLocation(DILocation *LocA, DILocation *LocB) { in getMergedLocation() function in DILocation
|
| H A D | DebugInfo.cpp | 959 setDebugLoc(DebugLoc::getMergedLocation(LocA, LocB)); in applyMergedLocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.cpp | 55 auto Loc = DebugLoc::getMergedLocation(getDebugLoc(), MI->getDebugLoc()); in getDominatingInstrForID() 171 DebugLoc::getMergedLocation(MIB->getDebugLoc(), getDebugLoc())); in generateCopiesIfRequired()
|
| H A D | LoadStoreOpt.cpp | 372 MergedLoc = DebugLoc::getMergedLocation(MergedLoc, Store->getDebugLoc()); in doSingleStoreMerge()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 182 LLVM_ABI static DebugLoc getMergedLocation(DebugLoc LocA, DebugLoc LocB);
|
| H A D | DebugInfoMetadata.h | 2709 LLVM_ABI static DILocation *getMergedLocation(DILocation *LocA,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 147 DebugLoc::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
|
| H A D | ConstantHoisting.cpp | 885 Base->setDebugLoc(DebugLoc::getMergedLocation( in emitBaseConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 155 Merged = DebugLoc::getMergedLocation(Merged, I->getDebugLoc()); in mergeDebugLocs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchFolding.cpp | 866 DL = DebugLoc::getMergedLocation(DL, Pos->getDebugLoc()); in mergeCommonTails() 2114 DILocation::getMergedLocation(TI->getDebugLoc(), FI->getDebugLoc())); in HoistCommonCodeInSuccs()
|
| H A D | MachineBasicBlock.cpp | 1576 DL = DebugLoc::getMergedLocation(DL, TI->getDebugLoc()); in findBranchDebugLoc()
|
| H A D | MachineSink.cpp | 1615 MI.setDebugLoc(DebugLoc::getMergedLocation(MI.getDebugLoc(), in performSink()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1611 DebugLoc::getMergedLocation(SI.getDebugLoc(), OtherStore->getDebugLoc()); in mergeStoreIntoSuccessor()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizationArtifactCombiner.h | 104 DebugLoc::getMergedLocation(MI.getDebugLoc(), SrcMI->getDebugLoc()); in tryCombineAnyExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 2652 DILocation::getMergedLocation(Root.getDebugLoc(), Prev.getDebugLoc()); in combineFPFusedMultiply()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2859 DebugLoc::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in mergeCompatibleInvokesImpl()
|