Searched refs:InstCost (Results 1 – 2 of 2) sorted by relevance
238 FI.InstCost += Size; in visit()244 ++FI.InstCost; in visit()255 FI.InstCost += Loc->second.InstCost; in visit()267 ++FI.InstCost; in visit()269 ++FI.InstCost; in visit()301 << " TotalInst cost: " << Info->InstCost << '\n'); in runOnFunction()328 return FI.MemInstCost * 100 / FI.InstCost > MemBoundThresh; in isMemBound()333 FI.LSMInstCost * LSWeight) * 100 / FI.InstCost) > LimitWaveThresh; in needLimitWave()
41 unsigned InstCost; member47 : MemInstCost(0), InstCost(0), IAMInstCost(0), LSMInstCost(0), in FuncInfo()