Home | History | Annotate | Download | only in src

Lines Matching defs:TargetFalse

820                               CfgNode *TargetFalse, Operand *Src0,
824 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, NoLabel, Cond);
828 CfgNode *TargetFalse, Operand *Src0,
832 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, NoLabel, Cond);
836 CfgNode *TargetFalse, Operand *Src0,
840 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, Label, Cond);
844 const CfgNode *getTargetFalse() const { return TargetFalse; }
858 InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse,
861 InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse,
865 InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse,
870 const CfgNode *TargetFalse;