Home
last modified time | relevance | path

Searched refs:AtBoundary (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2546 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysRegCopy() local
2549 return AtBoundary ? -1 : 1; in biasPhysRegCopy()
/external/v8/src/
Djsregexp.h898 static AssertionNode* AtBoundary(RegExpNode* on_success) { in AtBoundary() function
Djsregexp.cc5057 return AssertionNode::AtBoundary(on_success); in ToNode()