Searched refs:true_predicate_ (Results 1 – 1 of 1) sorted by relevance
195 true_predicate_(nullptr), in BlockPredicateInfo()201 true_predicate_ = true_predicate; in SetControlFlowInfo()207 DCHECK_EQ(true_predicate_ == nullptr, false_predicate_ == nullptr); in HasControlFlowOps()208 return true_predicate_ != nullptr; in HasControlFlowOps()216 HVecPredSetOperation* GetTruePredicate() const { return true_predicate_; } in GetTruePredicate()225 HVecPredSetOperation* true_predicate_; variable