Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp267 auto FirstFullyTested = in runStep() local
272 if (FirstFullyTested != Leaves.end()) in runStep()
273 FirstFullyTested++; in runStep()
276 for (auto &Leaf : make_range(Leaves.begin(), FirstFullyTested)) in runStep()
278 for (const auto &Leaf : make_range(FirstFullyTested, Leaves.end())) in runStep()
282 std::distance(Leaves.begin(), FirstFullyTested)); in runStep()