Searched refs:CostBenefitPair (Results 1 – 3 of 3) sorted by relevance
66 class CostBenefitPair {68 CostBenefitPair(APInt Cost, APInt Benefit) in CostBenefitPair() function106 std::optional<CostBenefitPair> CostBenefit;111 std::optional<CostBenefitPair> CostBenefit = std::nullopt)127 std::optional<CostBenefitPair> CostBenefit = std::nullopt) {132 std::optional<CostBenefitPair> CostBenefit = std::nullopt) {163 std::optional<CostBenefitPair> getCostBenefit() const { return CostBenefit; } in getCostBenefit()
179 std::optional<CostBenefitPair> CostBenefit;
600 std::optional<CostBenefitPair> CostBenefit;1141 std::optional<CostBenefitPair> getCostBenefitPair() { return CostBenefit; } in getCostBenefitPair()