Home | History | Annotate | Download | only in src

Lines Matching defs:TargetTrue

819   static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue,
824 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, NoLabel, Cond);
827 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue,
832 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, NoLabel, Cond);
835 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue,
840 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, Label, Cond);
843 const CfgNode *getTargetTrue() const { return TargetTrue; }
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,
869 const CfgNode *TargetTrue;