Searched refs:TreeStringIsFlat (Results 1 – 6 of 6) sorted by relevance
661 GateRef CircuitBuilder::TreeStringIsFlat(GateRef string) in TreeStringIsFlat() function
639 inline GateRef TreeStringIsFlat(GateRef string);
1204 inline GateRef StubBuilder::TreeStringIsFlat(GateRef string) in TreeStringIsFlat() function1206 return env_->GetBuilder()->TreeStringIsFlat(string); in TreeStringIsFlat()
337 GateRef TreeStringIsFlat(GateRef string);
416 builder_.Branch(builder_.TreeStringIsFlat(str), &isFlat, &needFlat); in LowerFlattenTreeStringCheck()
1669 Branch(TreeStringIsFlat(str), &isFlat, ¬Flat); in FlattenString()