Searched defs:needsSaving (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | EHScopeStack.h | 58 static bool needsSaving(type value) { return false; } in needsSaving() function |
H A D | CodeGenFunction.h | 155 static bool needsSaving(llvm::Value *value) { needsSaving() function |
H A D | CGCleanup.cpp | 26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) { in needsSaving() function in DominatingValue::saved_type |