Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1845 std::optional<llvm::AllocaInst *> TagAlloca; in EmitDeleteCall() local
1847 assert(!TagAlloca); in EmitDeleteCall()
1854 TagAlloca = TagAllocation; in EmitDeleteCall()
1907 if (TagAlloca && (*TagAlloca)->use_empty()) in EmitDeleteCall()
1908 (*TagAlloca)->eraseFromParent(); in EmitDeleteCall()