Searched refs:Sum2 (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 645 double Sum2) { in score() 646 if (Sum1 < 1.0f || Sum2 < 1.0f) in score() 648 return std::min(Val1 / Sum1, Val2 / Sum2); in score()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 3430 SDValue Sum2 = DAG.getNode(Op, dl, VT, Sum, CarryExt); in ExpandNode() local 3438 IsAdd ? DAG.getSetCC(dl, SetCCType, Sum2, Zero, ISD::SETEQ) in ExpandNode() 3446 Results.push_back(Sum2); in ExpandNode()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 4143 llvm::Value *Sum2 = EmitOverflowIntrinsic(*this, IntrinsicId, in EmitBuiltinExpr() local 4148 return RValue::get(Sum2); in EmitBuiltinExpr()
|