HomeSort by relevance Sort by last modified time
    Searched defs:ScopeMatcher (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 82 ScopeMatcher::~ScopeMatcher() {
99 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcher.h 183 /// ScopeMatcher - This attempts to match each of its children to find the first
186 class ScopeMatcher : public Matcher {
189 ScopeMatcher(Matcher *const *children, unsigned numchildren)
192 virtual ~ScopeMatcher();
    [all...]

Completed in 33 milliseconds