Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp148 LocVec::reverse_iterator ARIt = ALocs.rend(); in getMergedLocation() local
158 if (ARIt != ALocs.rend()) in getMergedLocation()
167 ARIt = LocVec::reverse_iterator(ALocs.begin() + IT->second + 1); in getMergedLocation()
220 DILocation *Result = ARIt != ALocs.rend() ? (*ARIt)->getInlinedAt() : nullptr; in getMergedLocation()
224 for (; ARIt != ALocs.rend() && BRIt != BLocs.rend(); ++ARIt, ++BRIt) { in getMergedLocation()
225 DILocation *Tmp = MergeLocPair(*ARIt, *BRIt, Result); in getMergedLocation()