Searched refs:getMergedLocation (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/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(MergedLoc, Store->getDebugLoc()); in doSingleStoreMerge()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 141 DILocation::getMergedLocation(CommonDebugLoc, Term->getDebugLoc()); in performBlockTailMerging()
|
| H A D | ConstantHoisting.cpp | 915 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 101 Merged = getMergedLocation(Merged, L); in getMergedLocations() 108 const DILocation *DILocation::getMergedLocation(const DILocation *LocA, in getMergedLocation() function in DILocation
|
| H A D | DebugInfo.cpp | 834 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1446 DL = DILocation::getMergedLocation(DL, TI->getDebugLoc()); in findBranchDebugLoc()
|
| H A D | MachineSink.cpp | 1101 MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(), in performSink()
|
| H A D | BranchFolding.cpp | 843 DL = DILocation::getMergedLocation(DL, Pos->getDebugLoc()); in mergeCommonTails()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1629 DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(), in mergeStoreIntoSuccessor()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1552 DILocation::getMergedLocation(Root.getDebugLoc(), Prev.getDebugLoc()); in combineFPFusedMultiply()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1771 static const DILocation *getMergedLocation(const DILocation *LocA,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2585 DILocation::getMergedLocation(MergedDebugLoc, II->getDebugLoc()); in MergeCompatibleInvokesImpl()
|