Searched refs:AtBoundary (Results 1 – 3 of 3) sorted by relevance
2546 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysRegCopy() local2549 return AtBoundary ? -1 : 1; in biasPhysRegCopy()
898 static AssertionNode* AtBoundary(RegExpNode* on_success) { in AtBoundary() function
5057 return AssertionNode::AtBoundary(on_success); in ToNode()