Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h630 MachineBasicBlock *SwitchBB, unsigned Opc,
635 MachineBasicBlock *SwitchBB,
678 MachineBasicBlock *SwitchBB);
683 MachineBasicBlock *SwitchBB);
687 MachineBasicBlock *SwitchBB);
689 const Value *SV, MachineBasicBlock *SwitchBB);
694 MachineBasicBlock *SwitchBB);
702 MachineBasicBlock *SwitchBB);
706 void visitBitTestHeader(BitTestBlock &B, MachineBasicBlock *SwitchBB);
712 MachineBasicBlock *SwitchBB);
[all …]
DSelectionDAGBuilder.cpp1410 MachineBasicBlock *SwitchBB, in EmitBranchForMergedCondition() argument
1421 if (CurBB == SwitchBB || in EmitBranchForMergedCondition()
1462 MachineBasicBlock *SwitchBB, in FindMergedConditions() argument
1472 EmitBranchForMergedCondition(Cond, TBB, FBB, CurBB, SwitchBB, in FindMergedConditions()
1508 FindMergedConditions(BOp->getOperand(0), TBB, TmpBB, CurBB, SwitchBB, Opc, in FindMergedConditions()
1515 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions()
1542 FindMergedConditions(BOp->getOperand(0), TmpBB, FBB, CurBB, SwitchBB, Opc, in FindMergedConditions()
1549 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions()
1672 MachineBasicBlock *SwitchBB) { in visitSwitchCase() argument
1711 addSuccessorWithWeight(SwitchBB, CB.TrueBB, CB.TrueWeight); in visitSwitchCase()
[all …]