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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedUser.h34 DeleteValueTy DeleteValue; member in class:llvm::DerivedUser
38 DeleteValueTy DeleteValue)
39 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
37 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, DeleteValueTy DeleteValue) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h106 bool DeleteValue(size_t idx) { function in class:lldb_private::OptionValueArray
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h219 MemoryAccess(LLVMContext &C, unsigned Vty, DeleteValueTy DeleteValue, argument
221 : DerivedUser(Type::getVoidTy(C), Vty, nullptr, NumOperands, DeleteValue),
286 DeleteValueTy DeleteValue, Instruction *MI, BasicBlock *BB,
288 : MemoryAccess(C, Vty, DeleteValue, BB, NumOperands),
285 MemoryUseOrDef(LLVMContext &C, MemoryAccess *DMA, unsigned Vty, DeleteValueTy DeleteValue, Instruction *MI, BasicBlock *BB, unsigned NumOperands) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp107 static_cast<DerivedUser *>(this)->DeleteValue( \

Completed in 146 milliseconds