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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1017 BasicBlock*> > &PredToDestList) {
1018 assert(!PredToDestList.empty());
1025 for (unsigned i = 0, e = PredToDestList.size(); i != e; ++i)
1026 if (PredToDestList[i].second)
1027 DestPopularity[PredToDestList[i].second]++;
1098 // as a null dest in the PredToDestList).
1100 SmallVector<std::pair<BasicBlock*, BasicBlock*>, 16> PredToDestList; local
1131 if (PredToDestList.empty())
1136 PredToDestList.push_back(std::make_pair(Pred, DestBB));
1140 if (PredToDestList
1015 FindMostPopularDest(BasicBlock *BB, const SmallVectorImpl<std::pair<BasicBlock*, BasicBlock*> > &PredToDestList) argument
[all...]

Completed in 96 milliseconds