Searched refs:needsSaving (Results 1 – 3 of 3) sorted by relevance
26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) { in needsSaving() function in DominatingValue::saved_type28 return DominatingLLVMValue::needsSaving(rv.getScalarVal()); in needsSaving()30 return DominatingLLVMValue::needsSaving(rv.getAggregatePointer()); in needsSaving()40 if (!DominatingLLVMValue::needsSaving(V)) in save()62 if (!DominatingLLVMValue::needsSaving(V.getPointer())) in save()
58 static bool needsSaving(type value) { return false; } in needsSaving() function
151 static bool needsSaving(llvm::Value *value) { in needsSaving() function183 static bool needsSaving(type value) {184 return DominatingLLVMValue::needsSaving(value.getPointer());211 static bool needsSaving(RValue value);218 static bool needsSaving(type value) {219 return saved_type::needsSaving(value);794 assert(!DominatingValue<Address>::needsSaving(ActiveFlag) &&4821 if (!needsSaving(value)) return saved_type(value, false);