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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 248 SlotIndex getBoundaryIndex() const {
LiveInterval.h 512 endIndex() < End.getBoundaryIndex();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.cpp 679 Idx = Idx.getBoundaryIndex();
747 SlotIndex Boundary = Idx.getBoundaryIndex();
1667 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) {
1737 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) {
VirtRegMap.cpp 500 SlotIndex AfterMIDefs = MIIndex.getBoundaryIndex();
RegAllocGreedy.cpp 2169 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr;
2190 while (Uses[Gap+1].getBoundaryIndex() < IntI.start())
2216 while (Uses[Gap+1].getBoundaryIndex() < I->start)
MachineVerifier.cpp 3003 PEnd = Indexes->getInstructionIndex(*I).getBoundaryIndex();

Completed in 23 milliseconds