Home
last modified time | relevance | path

Searched refs:InsertPtsMap (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp249 DenseMap<BasicBlock *, InsertPtsCostPair> InsertPtsMap; in findBestInsertionSet() local
250 InsertPtsMap.reserve(Orders.size() + 1); in findBestInsertionSet()
254 SmallPtrSet<BasicBlock *, 16> &InsertPts = InsertPtsMap[Node].first; in findBestInsertionSet()
255 BlockFrequency &InsertPtsFreq = InsertPtsMap[Node].second; in findBestInsertionSet()
271 SmallPtrSet<BasicBlock *, 16> &ParentInsertPts = InsertPtsMap[Parent].first; in findBestInsertionSet()
272 BlockFrequency &ParentPtsFreq = InsertPtsMap[Parent].second; in findBestInsertionSet()