Searched refs:BranchCost (Results 1 – 3 of 3) sorted by relevance
134 static int BranchCost(int nb, int total, int proba) { in BranchCost() function157 const int old_cost = BranchCost(nb, total, old_p) in FinalizeTokenProbas()159 const int new_cost = BranchCost(nb, total, new_p) in FinalizeTokenProbas()
1146 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost() local1147 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()1516 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost() local1517 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost); in getGSScalarCost()
1968 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost() local1969 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()2520 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost() local2521 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost); in getGSScalarCost()