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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.cpp 59 if (!canMoveBeforeNode(Other))
66 bool Matcher::canMoveBeforeNode(const Matcher *Other) const {
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 61 if (!canMoveBeforeNode(Other))
66 /// canMoveBeforeNode - Return true if it is safe to move the current matcher
68 bool Matcher::canMoveBeforeNode(const Matcher *Other) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAGISelMatcher.cpp 60 if (!canMoveBeforeNode(Other))
65 /// canMoveBeforeNode - Return true if it is safe to move the current matcher
67 bool Matcher::canMoveBeforeNode(const Matcher *Other) const {

Completed in 4079 milliseconds