Searched refs:trueLabel (Results 1 – 4 of 4) sorted by relevance
1795 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() argument1802 trueLabel->AppendPredecessor(GetCurrentLabel()); in Branch()1803 trueLabel->MergeControl(ifTrue); in Branch()
128 void Branch(GateRef condition, Label *trueLabel, Label *falseLabel);
655 void Branch(GateRef condition, Label *trueLabel, Label *falseLabel);
50 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() argument57 trueLabel->AppendPredecessor(env_->GetCurrentLabel()); in Branch()58 trueLabel->MergeControl(ifTrue); in Branch()