Searched defs:BrCond (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 125 SmallVector<MachineOperand, 4> BrCond; member
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1725 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitSwitchCase() local 1786 SDValue BrCond = DAG.getNode(ISD::BRCOND, getCurSDLoc(), in visitJumpTableHeader() local 1852 SDValue BrCond = DAG.getNode(ISD::BRCOND, getCurSDLoc(), in visitSPDescriptorParent() local 2168 SDValue BrCond = DAG.getNode(ISD::BRCOND, DL, MVT::Other, in handleSmallSwitchRange() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1471 Value *BrCond = BI->getCondition(); in SpeculativelyExecuteBB() local 1985 Value *BrCond = BI->getCondition(); in SimplifyCondBranchToTwoReturns() local
|