Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp131 LocVec ALocs; in getMergedLocation() local
141 ALocs.push_back(L); in getMergedLocation()
148 LocVec::reverse_iterator ARIt = ALocs.rend(); in getMergedLocation()
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()