Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp152 Instruction *ExitUntag = getUntagLocationIfFunctionExit(Inst); in visit() local
153 if (ExitUntag) in visit()
154 Info.RetVec.push_back(ExitUntag); in visit()