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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h472 // IMPORTANT: ShouldDelete *must* come before LocalModules: The shared_ptr
473 // delete blocks in LocalModules refer to the ShouldDelete map, so
474 // LocalModules needs to be destructed before ShouldDelete.
475 std::map<Module*, bool> ShouldDelete; member in class:llvm::orc::OrcMCJITReplacement
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h827 void removeFromLists(MemoryAccess *, bool ShouldDelete = true);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1834 /// ShouldDelete defaults to true, and will cause the memory access to also be
1836 void MemorySSA::removeFromLists(MemoryAccess *MA, bool ShouldDelete) { argument
1852 if (ShouldDelete)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1480 auto *ShouldDelete = ImplicitParamDecl::Create( local
1484 Params.push_back(ShouldDelete);
1485 getStructorImplicitParamDecl(CGF) = ShouldDelete;

Completed in 189 milliseconds