Searched refs:openIntv (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.h203 /// - Start a new live interval with openIntv.
254 /// openIntv will be 1.
360 unsigned openIntv();
416 /// back to the indices returned by openIntv.
H A DRegAllocGreedy.cpp1202 Cand.IntvIdx = SE->openIntv();
1215 Cand.IntvIdx = SE->openIntv();
1310 SE->openIntv();
1607 SE->openIntv();
H A DSplitKit.cpp460 unsigned SplitEditor::openIntv() { function in class:SplitEditor
479 assert(OpenIdx && "openIntv not called before enterIntvBefore");
496 assert(OpenIdx && "openIntv not called before enterIntvAfter");
514 assert(OpenIdx && "openIntv not called before enterIntvAtEnd");
537 assert(OpenIdx && "openIntv not called before useIntv");
544 assert(OpenIdx && "openIntv not called before leaveIntvAfter");
575 assert(OpenIdx && "openIntv not called before leaveIntvBefore");
594 assert(OpenIdx && "openIntv not called before leaveIntvAtTop");
612 assert(OpenIdx && "openIntv not called before overlapIntv");
1151 openIntv();
[all...]

Completed in 47 milliseconds