Home | History | Annotate | Download | only in src

Lines Matching refs:TargetTrue

1080   static InstARM32Br *create(Cfg *Func, CfgNode *TargetTrue,
1085 InstARM32Br(Func, TargetTrue, TargetFalse, NoLabel, Predicate);
1114 const CfgNode *getTargetTrue() const { return TargetTrue; }
1137 InstARM32Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse,
1140 const CfgNode *TargetTrue;