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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp307 void untagAlloca(AllocaInst *AI, Instruction *InsertBefore, uint64_t Size);
433 void AArch64StackTagging::untagAlloca(AllocaInst *AI, Instruction *InsertBefore, function in class:AArch64StackTagging
556 auto TagEnd = [&](Instruction *Node) { untagAlloca(AI, Node, Size); };
568 untagAlloca(AI, RI, Size);

Completed in 81 milliseconds