Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:needsSaving

120   static bool needsSaving(type value) { return false; }
2808 static bool needsSaving(llvm::Value *value) {
2819 if (!needsSaving(value)) return saved_type(value, false);
2856 static bool needsSaving(RValue value);
2863 static bool needsSaving(type value) {
2864 return saved_type::needsSaving(value);