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

/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp497 std::unique_ptr<PostDominatorTree> DeletePDT; local
503 DeletePDT = std::make_unique<PostDominatorTree>(*F);
504 PDT = DeletePDT.get();

Completed in 123 milliseconds