Home
last modified time | relevance | path

Searched refs:getMergedLocations (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h188 LLVM_ABI static DebugLoc getMergedLocations(ArrayRef<DebugLoc> Locs);
H A DDebugInfoMetadata.h2720 LLVM_ABI static DILocation *getMergedLocations(ArrayRef<DILocation *> Locs);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp170 DebugLoc DebugLoc::getMergedLocations(ArrayRef<DebugLoc> Locs) { in getMergedLocations() function in DebugLoc
H A DDebugInfoMetadata.cpp128 DILocation *DILocation::getMergedLocations(ArrayRef<DILocation *> Locs) { in getMergedLocations() function in DILocation
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1442 DILocation *DbgLoc = DILocation::getMergedLocations(MergeDbgLocs); in fold_sincos()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2162 auto DL = DebugLoc::getMergedLocations(LoopUsesLocs); in promoteLoopAccessesToScalars()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2065 NT->setDebugLoc(DebugLoc::getMergedLocations(Locs)); in hoistSuccIdenticalTerminatorToSwitchOrIf()