Searched refs:needsSaving (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) { function in class:DominatingValue::saved_type
28 return DominatingLLVMValue::needsSaving(rv.getScalarVal());
30 return DominatingLLVMValue::needsSaving(rv.getAggregateAddr());
40 if (!DominatingLLVMValue::needsSaving(V))
62 if (!DominatingLLVMValue::needsSaving(V))
H A DEHScopeStack.h58 static bool needsSaving(type value) { return false; } function in struct:clang::CodeGen::InvariantValue
H A DCodeGenFunction.h2581 static bool needsSaving(llvm::Value *value) { function in struct:clang::CodeGen::DominatingLLVMValue
2592 if (!needsSaving(value)) return saved_type(value, false);
2629 static bool needsSaving(RValue value);
2636 static bool needsSaving(type value) { function in struct:clang::CodeGen::DominatingValue
2637 return saved_type::needsSaving(value);

Completed in 126 milliseconds