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 185 /// ScopeMatcher - This attempts to match each of its children to find the first
188 class ScopeMatcher : public Matcher {
191 ScopeMatcher(Matcher *const *children, unsigned numchildren)
194 virtual ~ScopeMatcher();
    [all...]

Completed in 1762 milliseconds