Searched defs:CostsAndCount (Results 1 – 1 of 1) sorted by relevance
204 struct CostsAndCount { in isSafeAndProfitableToSpeculateAroundPHI() struct205 int MatCost = TargetTransformInfo::TCC_Free; in isSafeAndProfitableToSpeculateAroundPHI()206 int FoldedCost = TargetTransformInfo::TCC_Free; in isSafeAndProfitableToSpeculateAroundPHI()207 int Count = 0; in isSafeAndProfitableToSpeculateAroundPHI()