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
152 static bool needsSaving(llvm::Value *value) { in needsSaving() function184 static bool needsSaving(type value) {185 return DominatingLLVMValue::needsSaving(value.getPointer());212 static bool needsSaving(RValue value);219 static bool needsSaving(type value) {220 return saved_type::needsSaving(value);795 assert(!DominatingValue<Address>::needsSaving(ActiveFlag) &&4851 if (!needsSaving(value)) return saved_type(value, false);