reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2082       InBlock(NotCond, CurBB->getBasicBlock())) {
 2083     FindMergedConditions(NotCond, TBB, FBB, CurBB, SwitchBB, Opc, TProb, FProb,
 2108       BOp->getParent() != CurBB->getBasicBlock() ||
 2109       !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) ||
 2110       !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) {
 2111     EmitBranchForMergedCondition(Cond, TBB, FBB, CurBB, SwitchBB,
 2117   MachineFunction::iterator BBI(CurBB);
 2119   MachineBasicBlock *TmpBB = MF.CreateMachineBasicBlock(CurBB->getBasicBlock());
 2120   CurBB->getParent()->insert(++BBI, TmpBB);
 2146     FindMergedConditions(BOp->getOperand(0), TBB, TmpBB, CurBB, SwitchBB, Opc,
 2179     FindMergedConditions(BOp->getOperand(0), TmpBB, FBB, CurBB, SwitchBB, Opc,