reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
455 return !PotentialSpecSet.count(I) || SpecCostMap.count(I); 464 auto CostMapIt = SpecCostMap.find(OpI); 465 if (CostMapIt != SpecCostMap.end()) 469 bool Inserted = SpecCostMap.insert({I, Cost}).second; 496 SpecCostMap.find(cast<Instruction>(U.getUser()))->second; 518 auto CostMapIt = SpecCostMap.find(UI); 531 assert(SpecCostMap.find(SpecI)->second == 0 && 539 auto CostMapIt = SpecCostMap.find(OpI); 540 if (CostMapIt == SpecCostMap.end() || CostMapIt->second == 0)