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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 259 /// - Start a new live interval with openIntv.
311 /// openIntv will be 1.
472 unsigned openIntv();
529 /// back to the indices returned by openIntv.
RegAllocGreedy.cpp 1996 Cand.IntvIdx = SE->openIntv();
2009 Cand.IntvIdx = SE->openIntv();
2128 SE->openIntv();
2431 SE->openIntv();
SplitKit.cpp 641 unsigned SplitEditor::openIntv() {
660 assert(OpenIdx && "openIntv not called before enterIntvBefore");
677 assert(OpenIdx && "openIntv not called before enterIntvAfter");
695 assert(OpenIdx && "openIntv not called before enterIntvAtEnd");
736 assert(OpenIdx && "openIntv not called before useIntv");
743 assert(OpenIdx && "openIntv not called before leaveIntvAfter");
774 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
793 assert(OpenIdx && "openIntv not called before leaveIntvAtTop");
818 assert(OpenIdx && "openIntv not called before overlapIntv");
1580 openIntv();
    [all...]

Completed in 23 milliseconds