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