Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h476 std::map<Module*, bool> ShouldDelete; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp1613 void MemorySSA::removeFromLists(MemoryAccess *MA, bool ShouldDelete) { in removeFromLists() argument
1629 if (ShouldDelete) in removeFromLists()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSA.h794 void removeFromLists(MemoryAccess *, bool ShouldDelete = true);
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1387 ImplicitParamDecl *ShouldDelete in addImplicitStructorParams() local
1392 Params.push_back(ShouldDelete); in addImplicitStructorParams()
1393 getStructorImplicitParamDecl(CGF) = ShouldDelete; in addImplicitStructorParams()