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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1588 BasicBlock *MultipleDestSentinel = (BasicBlock*)(intptr_t)~0ULL; local
1621 OnlyDest = MultipleDestSentinel;
1644 if (OnlyDest && OnlyDest != MultipleDestSentinel) {
1690 if (MostPopularDest == MultipleDestSentinel) {

Completed in 89 milliseconds