Home
last modified time | relevance | path

Searched refs:kInstAltMatch (Results 1 – 7 of 7) sorted by relevance

/third_party/re2/re2/
Dprog.cc76 case kInstAltMatch: in Dump()
139 if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch) in ProgToString()
249 ip->set_opcode(kInstAltMatch); in Optimize()
255 ip->set_opcode(kInstAltMatch); in Optimize()
270 case kInstAltMatch: in IsMatch()
609 if (ip->opcode() != kInstAltMatch) // handled in EmitList() in Flatten()
676 case kInstAltMatch: in MarkSuccessors()
736 case kInstAltMatch: in MarkDominator()
803 case kInstAltMatch: in EmitList()
805 flat->back().set_opcode(kInstAltMatch); in EmitList()
Dprog.h31 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. enumerator
85 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } in out1()
95 DCHECK_EQ(opcode(), kInstAltMatch); in greedy()
Dnfa.cc253 case kInstAltMatch: in AddToThreadq()
366 case kInstAltMatch: in Step()
681 case kInstAltMatch: in ComputeFirstByte()
749 case kInstAltMatch: in Fanout()
Dbitstate.cc174 case kInstAltMatch: in TrySearch()
Ddfa.cc636 case kInstAltMatch: in WorkqToCachedState()
899 case kInstAltMatch: in AddToQueue()
969 case kInstAltMatch: // already followed in RunWorkqOnByte()
Donepass.cc450 case kInstAltMatch: in IsOnePass()
/third_party/re2/re2/testing/
Dbacktrack.cc198 case kInstAltMatch: in Try()