Searched refs:SwitchBB (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 696 MachineBasicBlock *SwitchBB, 702 MachineBasicBlock *SwitchBB, 753 MachineBasicBlock *SwitchBB); 757 void visitBitTestHeader(BitTestBlock &B, MachineBasicBlock *SwitchBB); 763 MachineBasicBlock *SwitchBB); 766 MachineBasicBlock *SwitchBB);
|
D | SelectionDAGBuilder.cpp | 1515 MachineBasicBlock *SwitchBB, in EmitBranchForMergedCondition() argument 1526 if (CurBB == SwitchBB || in EmitBranchForMergedCondition() 1557 MachineBasicBlock *SwitchBB, in FindMergedConditions() argument 1568 EmitBranchForMergedCondition(Cond, TBB, FBB, CurBB, SwitchBB, in FindMergedConditions() 1603 FindMergedConditions(BOp->getOperand(0), TBB, TmpBB, CurBB, SwitchBB, Opc, in FindMergedConditions() 1610 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions() 1636 FindMergedConditions(BOp->getOperand(0), TmpBB, FBB, CurBB, SwitchBB, Opc, in FindMergedConditions() 1643 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions() 1768 MachineBasicBlock *SwitchBB) { in visitSwitchCase() argument 1807 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() [all …]
|