Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp543 std::unique_ptr<DominatorTree> DeleteDT; in runOnFunction() local
549 DeleteDT = std::make_unique<DominatorTree>(*F); in runOnFunction()
550 DT = DeleteDT.get(); in runOnFunction()