Searched refs:TagAlloca (Results 1 – 1 of 1) sorted by relevance
1845 std::optional<llvm::AllocaInst *> TagAlloca; in EmitDeleteCall() local1847 assert(!TagAlloca); in EmitDeleteCall()1854 TagAlloca = TagAllocation; in EmitDeleteCall()1907 if (TagAlloca && (*TagAlloca)->use_empty()) in EmitDeleteCall()1908 (*TagAlloca)->eraseFromParent(); in EmitDeleteCall()