Searched refs:InsertPtsMap (Results 1 – 1 of 1) sorted by relevance
271 DenseMap<BasicBlock *, InsertPtsCostPair> InsertPtsMap; in findBestInsertionSet() local272 InsertPtsMap.reserve(Orders.size() + 1); in findBestInsertionSet()275 auto &InsertPts = InsertPtsMap[Node].first; in findBestInsertionSet()276 BlockFrequency &InsertPtsFreq = InsertPtsMap[Node].second; in findBestInsertionSet()292 auto &ParentInsertPts = InsertPtsMap[Parent].first; in findBestInsertionSet()293 BlockFrequency &ParentPtsFreq = InsertPtsMap[Parent].second; in findBestInsertionSet()