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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1098 BasicBlock *MultipleDestSentinel = (BasicBlock*)(intptr_t)~0ULL; local
1129 OnlyDest = MultipleDestSentinel;
1144 if (MostPopularDest == MultipleDestSentinel)

Completed in 129 milliseconds