Searched refs:CurPredicate (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp97 /// CurPredicate - As we emit matcher nodes, this points to the latest check
99 Matcher *CurPredicate; member in class:__anon5914::MatcherGen
149 TheMatcher(nullptr), CurPredicate(nullptr) {
189 if (CurPredicate)
190 CurPredicate->setNext(NewNode);
193 CurPredicate = NewNode;

Completed in 159 milliseconds