Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp309 void untagAlloca(AllocaInst *AI, Instruction *InsertBefore, uint64_t Size);
435 void AArch64StackTagging::untagAlloca(AllocaInst *AI, Instruction *InsertBefore, in untagAlloca() function in AArch64StackTagging
558 auto TagEnd = [&](Instruction *Node) { untagAlloca(AI, Node, Size); }; in runOnFunction()
570 untagAlloca(AI, RI, Size); in runOnFunction()