HomeSort by relevance Sort by last modified time
    Searched refs:canMoveBefore (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 332 M2->canMoveBefore(ScanMatcher) &&
431 !CTM->canMoveBefore(NewOptionsToMatch[i])) {
DAGISelMatcher.cpp 52 /// canMoveBefore - Return true if this matcher is the same as Other, or if
55 bool Matcher::canMoveBefore(const Matcher *Other) const {
66 /// canMoveBefore - Return true if it is safe to move the current matcher
DAGISelMatcher.h 152 /// canMoveBefore - Return true if this matcher is the same as Other, or if
155 bool canMoveBefore(const Matcher *Other) const;
157 /// canMoveBefore - Return true if it is safe to move the current matcher
    [all...]

Completed in 475 milliseconds