Searched refs:DPI (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DJumpThreading.cpp1010 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); local
1011 BasicBlock *MostPopularDest = DPI->first;
1012 unsigned Popularity = DPI->second;
1015 for (++DPI; DPI != DestPopularity.end(); ++DPI) {
1018 if (DPI->second < Popularity)
1020 else if (DPI->second == Popularity) {
1022 SamePopularity.push_back(DPI->first);
1026 MostPopularDest = DPI
[all...]

Completed in 89 milliseconds