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

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

Completed in 64 milliseconds