HomeSort by: relevance | last modified time | path
    Searched refs:unlinkNode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 285 Matcher *MatcherWithoutM2 = ScanMatcher->unlinkNode(M2);
416 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 151 /// unlinkNode - Unlink the specified node from this chain. If Other == this,
154 Matcher *unlinkNode(Matcher *Other);

Completed in 24 milliseconds