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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1028 SmallVector<BasicBlock*, 4> SamePopularity; local
1037 SamePopularity.push_back(DPI->first);
1040 SamePopularity.clear();
1050 if (!SamePopularity.empty()) {
1051 SamePopularity.push_back(MostPopularDest);
1056 if (std::find(SamePopularity.begin(), SamePopularity.end(),
1057 TI->getSuccessor(i)) == SamePopularity.end())

Completed in 75 milliseconds