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.cpp117 auto AddIfInteresting = [&](Value *V) { in visit() local
128 for_each(DVR.location_ops(), AddIfInteresting); in visit()
130 AddIfInteresting(DVR.getAddress()); in visit()
161 auto AddIfInteresting = [&](Value *V) { in visit() local
171 for_each(DVI->location_ops(), AddIfInteresting); in visit()
173 AddIfInteresting(DAI->getAddress()); in visit()