Home
last modified time | relevance | path

Searched refs:ComputeHints (Results 1 – 2 of 2) sorted by relevance

/third_party/re2/re2/
Dprog.h387 void ComputeHints(std::vector<Inst>* flat, int begin, int end);
Dprog.cc598 ComputeHints(&flat, flatmap[i->value()], static_cast<int>(flat.size())); in Flatten()
844 void Prog::ComputeHints(std::vector<Inst>* flat, int begin, int end) { in ComputeHints() function in re2::Prog