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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1581 BasicBlock *MultipleDestSentinel = (BasicBlock*)(intptr_t)~0ULL; local
1614 OnlyDest = MultipleDestSentinel;
1637 if (OnlyDest && OnlyDest != MultipleDestSentinel) {
1683 if (MostPopularDest == MultipleDestSentinel) {

Completed in 106 milliseconds