Searched refs:BranchCost (Results 1 – 2 of 2) sorted by relevance
137 static int BranchCost(int nb, int total, int proba) { in BranchCost() function160 const int old_cost = BranchCost(nb, total, old_p) in FinalizeTokenProbas()162 const int new_cost = BranchCost(nb, total, new_p) in FinalizeTokenProbas()
2501 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost() local2502 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()3268 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost() local3269 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost); in getGSScalarCost()