Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp328 void untagAlloca(AllocaInst *AI, Instruction *InsertBefore, uint64_t Size);
455 void AArch64StackTagging::untagAlloca(AllocaInst *AI, Instruction *InsertBefore, in untagAlloca() function in AArch64StackTagging
617 auto TagEnd = [&](Instruction *Node) { untagAlloca(AI, Node, Size); }; in runOnFunction()
629 untagAlloca(AI, RI, Size); in runOnFunction()