Lines Matching refs:Default
160 BasicBlock *Default) { in NewLeafBlock() argument
198 BranchInst::Create(Succ, Default, Comp, NewLeaf); in NewLeafBlock()
201 for (auto &I : Default->phis()) { in NewLeafBlock()
233 BasicBlock *Default, in SwitchConvert() argument
250 Default); in SwitchConvert()
298 NewNode, OrigBlock, Default, UnreachableRanges); in SwitchConvert()
301 NewNode, OrigBlock, Default, UnreachableRanges); in SwitchConvert()
360 BasicBlock* Default = SI->getDefaultDest(); in ProcessSwitchInst() local
379 BranchInst::Create(Default, OrigBlock); in ProcessSwitchInst()
381 FixPhis(Default, OrigBlock, OrigBlock); in ProcessSwitchInst()
390 if (isa<UnreachableInst>(Default->getFirstNonPHIOrDbg())) { in ProcessSwitchInst()
480 Default->removePredecessor(OrigBlock); in ProcessSwitchInst()
485 Default = PopSucc; in ProcessSwitchInst()
491 BranchInst::Create(Default, OrigBlock); in ProcessSwitchInst()
508 OrigBlock, OrigBlock, Default, UnreachableRanges); in ProcessSwitchInst()
515 if (SwitchBlock != Default) in ProcessSwitchInst()
516 FixPhis(Default, OrigBlock, nullptr); in ProcessSwitchInst()