Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5678 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in turnSwitchRangeIntoICmp() local
5685 if (!DestA) in turnSwitchRangeIntoICmp()
5686 DestA = Dest; in turnSwitchRangeIntoICmp()
5687 if (Dest == DestA) { in turnSwitchRangeIntoICmp()
5702 assert(DestA && DestB && in turnSwitchRangeIntoICmp()
5704 assert(DestA != DestB); in turnSwitchRangeIntoICmp()
5715 ContiguousDest = DestA; in turnSwitchRangeIntoICmp()
5720 OtherDest = DestA; in turnSwitchRangeIntoICmp()