Lines Matching refs:Default
99 BasicBlock *OrigBlock, BasicBlock *Default,
102 BasicBlock *Default);
223 BasicBlock *Default, in switchConvert() argument
240 return newLeafBlock(*Begin, Val, OrigBlock, Default); in switchConvert()
292 Default, UnreachableRanges); in switchConvert()
295 Default, UnreachableRanges); in switchConvert()
310 BasicBlock* Default) { in newLeafBlock() argument
345 BranchInst::Create(Succ, Default, Comp, NewLeaf); in newLeafBlock()
416 BasicBlock* Default = SI->getDefaultDest(); in processSwitchInst() local
428 BranchInst::Create(Default, CurBlock); in processSwitchInst()
445 if (isa<UnreachableInst>(Default->getFirstNonPHIOrDbg())) { in processSwitchInst()
500 Default->removePredecessor(OrigBlock); in processSwitchInst()
505 Default = PopSucc; in processSwitchInst()
513 BranchInst::Create(Default, CurBlock); in processSwitchInst()
523 unsigned NrOfDefaults = (SI->getDefaultDest() == Default) ? 1 : 0; in processSwitchInst()
525 if (Case.getCaseSuccessor() == Default) in processSwitchInst()
531 F->getBasicBlockList().insert(Default->getIterator(), NewDefault); in processSwitchInst()
532 BranchInst::Create(Default, NewDefault); in processSwitchInst()
540 fixPhis(Default, OrigBlock, NewDefault, NrOfDefaults); in processSwitchInst()