Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h475 std::map<Module*, bool> ShouldDelete; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h827 void removeFromLists(MemoryAccess *, bool ShouldDelete = true);
/external/llvm-project/llvm/include/llvm/Analysis/
DMemorySSA.h827 void removeFromLists(MemoryAccess *, bool ShouldDelete = true);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1836 void MemorySSA::removeFromLists(MemoryAccess *MA, bool ShouldDelete) { in removeFromLists() argument
1852 if (ShouldDelete) in removeFromLists()
/external/llvm-project/llvm/lib/Analysis/
DMemorySSA.cpp1865 void MemorySSA::removeFromLists(MemoryAccess *MA, bool ShouldDelete) { in removeFromLists() argument
1881 if (ShouldDelete) in removeFromLists()
/external/llvm-project/polly/include/polly/
DScopInfo.h2322 void removeStmts(function_ref<bool(ScopStmt &)> ShouldDelete,
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1755 void Scop::removeStmts(function_ref<bool(ScopStmt &)> ShouldDelete, in removeStmts() argument
1758 if (!ShouldDelete(*StmtIt)) { in removeStmts()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1387 ImplicitParamDecl *ShouldDelete in addImplicitStructorParams() local
1392 Params.push_back(ShouldDelete); in addImplicitStructorParams()
1393 getStructorImplicitParamDecl(CGF) = ShouldDelete; in addImplicitStructorParams()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1499 auto *ShouldDelete = ImplicitParamDecl::Create( in addImplicitStructorParams() local
1503 Params.push_back(ShouldDelete); in addImplicitStructorParams()
1504 getStructorImplicitParamDecl(CGF) = ShouldDelete; in addImplicitStructorParams()