Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1570 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local
1576 DestPopularity[nullptr] = 0; in findMostPopularDest()
1578 DestPopularity[SuccBB] = 0; in findMostPopularDest()
1582 DestPopularity[PredToDest.second]++; in findMostPopularDest()
1586 DestPopularity.begin(), DestPopularity.end(), llvm::less_second()); in findMostPopularDest()