Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:needsSaving

109   static bool needsSaving(type value) { return false; }
2633 static bool needsSaving(llvm::Value *value) {
2644 if (!needsSaving(value)) return saved_type(value, false);
2681 static bool needsSaving(RValue value);
2688 static bool needsSaving(type value) {
2689 return saved_type::needsSaving(value);