Lines Matching refs:BrCond
2577 Value *BrCond = I.getCondition(); in shouldKeepJumpConditionsTogether() local
2578 auto ShouldCountInsn = [&RhsDeps, &BrCond](const Instruction *Ins) { in shouldKeepJumpConditionsTogether()
2582 if (UIns != BrCond && !RhsDeps.contains(UIns)) in shouldKeepJumpConditionsTogether()
2964 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitSwitchCase() local
2968 setValue(CurInst, BrCond); in visitSwitchCase()
2973 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCond, in visitSwitchCase()
2976 DAG.setRoot(BrCond); in visitSwitchCase()
3029 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitJumpTableHeader() local
3035 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCond, in visitJumpTableHeader()
3038 DAG.setRoot(BrCond); in visitJumpTableHeader()
3155 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitSPDescriptorParent() local
3160 MVT::Other, BrCond, in visitSPDescriptorParent()
11976 SDValue BrCond = in lowerWorkItem() local
11980 BrCond = DAG.getNode(ISD::BR, DL, MVT::Other, BrCond, in lowerWorkItem()
11983 DAG.setRoot(BrCond); in lowerWorkItem()