Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp653 auto TagEnd = [&](Instruction *Node) { untagAlloca(AI, Node, Size); }; in runOnFunction() local
655 !forAllReachableExits(*DT, *PDT, Start, End, RetVec, TagEnd)) in runOnFunction()