Searched defs:BranchCost (Results 1 – 2 of 2) sorted by relevance
1146 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost() local1516 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost() local
134 static int BranchCost(int nb, int total, int proba) { in BranchCost() function