Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp2660 llvm::GlobalVariable *DummyGV = new llvm::GlobalVariable( in EmitOMPAllocateDecl() local
2664 Entry->replaceAllUsesWith(DummyGV); in EmitOMPAllocateDecl()
2669 Entry, DummyGV->getType()); in EmitOMPAllocateDecl()
2673 DummyGV->replaceAllUsesWith(NewPtrForOldDecl); in EmitOMPAllocateDecl()
2674 DummyGV->eraseFromParent(); in EmitOMPAllocateDecl()