Return the instruction at which stack untagging should run for a function exit, or null if Inst is not such an exit.
Declared in <llvm/Transforms/Utils/MemoryTaggingSupport.h>
Instruction*
getUntagLocationIfFunctionExit(Instruction& Inst);
Untag insertion point, or nullptr when Inst is not a function exit.
| Name | Description |
|---|---|
| Inst | Instruction that may be a return, resume, or cleanup return. |