Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedUser.h34 DeleteValueTy DeleteValue; variable
38 DeleteValueTy DeleteValue) in DerivedUser() argument
39 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {} in DerivedUser()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h105 bool DeleteValue(size_t idx) { in DeleteValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h224 MemoryAccess(LLVMContext &C, unsigned Vty, DeleteValueTy DeleteValue, in MemoryAccess() argument
226 : DerivedUser(Type::getVoidTy(C), Vty, nullptr, NumOperands, DeleteValue), in MemoryAccess()
286 DeleteValueTy DeleteValue, Instruction *MI, BasicBlock *BB,
288 : MemoryAccess(C, Vty, DeleteValue, BB, NumOperands),
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp118 static_cast<DerivedUser *>(this)->DeleteValue( \ in deleteValue()