llvm::memtag::getUntagLocationIfFunctionExit

Return the instruction at which stack untagging should run for a function exit, or null if Inst is not such an exit.

Synopsis

Declared in <llvm/Transforms/Utils/MemoryTaggingSupport.h>

Instruction*
getUntagLocationIfFunctionExit(Instruction& Inst);

Return Value

Untag insertion point, or nullptr when Inst is not a function exit.

Parameters

NameDescription
InstInstruction that may be a return, resume, or cleanup return.