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

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 334 Matcher *MatcherWithoutM2 = ScanMatcher->unlinkNode(M2);
466 Matcher *MatcherWithoutCTM = NewOptionsToMatch[i]->unlinkNode(CTM);
DAGISelMatcher.cpp 32 /// unlinkNode - Unlink the specified node from this chain. If Other == this,
35 Matcher *Matcher::unlinkNode(Matcher *Other) {
DAGISelMatcher.h 148 /// unlinkNode - Unlink the specified node from this chain. If Other == this,
151 Matcher *unlinkNode(Matcher *Other);
    [all...]

Completed in 40 milliseconds