Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp118 auto AddIfInteresting = [&](Value *V) { in visit() local
130 for_each(DVR.location_ops(), AddIfInteresting); in visit()
132 AddIfInteresting(DVR.getAddress()); in visit()
172 auto AddIfInteresting = [&](Value *V) { in visit() local
183 for_each(DVI->location_ops(), AddIfInteresting); in visit()
185 AddIfInteresting(DAI->getAddress()); in visit()