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 50 /// canMoveBefore - Return true if this matcher is the same as Other, or if
53 bool Matcher::canMoveBefore(const Matcher *Other) const {
64 /// canMoveBefore - Return true if it is safe to move the current matcher
DAGISelMatcher.h 153 /// canMoveBefore - Return true if this matcher is the same as Other, or if
156 bool canMoveBefore(const Matcher *Other) const;
158 /// canMoveBefore - Return true if it is safe to move the current matcher
    [all...]

Completed in 154 milliseconds