Searched refs:WeightIt (Results 1 – 1 of 1) sorted by relevance
647 auto WeightIt = EstimatedBlockWeight.find(BB); in getEstimatedBlockWeight() local648 if (WeightIt == EstimatedBlockWeight.end()) in getEstimatedBlockWeight()650 return WeightIt->second; in getEstimatedBlockWeight()655 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight() local656 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()658 return WeightIt->second; in getEstimatedLoopWeight()