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
157 static bool needsSaving(llvm::Value *value) { in needsSaving() function188 static bool needsSaving(type value) {189 return DominatingLLVMValue::needsSaving(value.getPointer());215 static bool needsSaving(RValue value);222 static bool needsSaving(type value) {223 return saved_type::needsSaving(value);756 assert(!DominatingValue<Address>::needsSaving(ActiveFlag) &&4818 if (!needsSaving(value)) return saved_type(value, false);