Searched defs:canMoveBeforeNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp61 if (!canMoveBeforeNode(Other))
66 /// canMoveBeforeNode - Return true if it is safe to move the current matcher
68 bool Matcher::canMoveBeforeNode(const Matcher *Other) const { function in class:Matcher

Completed in 125 milliseconds