Searched refs:InstCost (Results 1 – 2 of 2) sorted by relevance
235 FI.InstCost += Size; in visit()241 ++FI.InstCost; in visit()252 FI.InstCost += Loc->second.InstCost; in visit()264 ++FI.InstCost; in visit()266 ++FI.InstCost; in visit()298 << " TotalInst cost: " << Info->InstCost << '\n'); in runOnFunction()325 return FI.MemInstCost * 100 / FI.InstCost > MemBoundThresh; in isMemBound()330 FI.LSMInstCost * LSWeight) * 100 / FI.InstCost) > LimitWaveThresh; in needLimitWave()
35 unsigned InstCost; member41 : MemInstCost(0), InstCost(0), IAMInstCost(0), LSMInstCost(0), in FuncInfo()