Home | History | Annotate | Download | only in src

Lines Matching defs:TargetTrue

380   /// Create a conditional branch. If TargetTrue==TargetFalse, it is optimized
382 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue,
385 InstBr(Func, Source, TargetTrue, TargetFalse);
396 CfgNode *getTargetTrue() const { return TargetTrue; }
411 InstBr(Cfg *Func, Operand *Source, CfgNode *TargetTrue, CfgNode *TargetFalse);
416 TargetTrue; /// nullptr if unconditional branch