Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h773 static AssertionNode* AtBoundary(RegExpNode* on_success) { in AtBoundary() function
Djsregexp.cc5628 : AssertionNode::AtBoundary(on_success); in ToNode()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2741 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysRegCopy() local
2744 return AtBoundary ? -1 : 1; in biasPhysRegCopy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2826 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysRegCopy() local
2829 return AtBoundary ? -1 : 1; in biasPhysRegCopy()