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