Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp563 std::unique_ptr<LoopInfo> DeleteLI; in runOnFunction() local
568 DeleteLI = std::make_unique<LoopInfo>(*DT); in runOnFunction()
569 LI = DeleteLI.get(); in runOnFunction()