Searched refs:isEarlierInstr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLiveInterval.h519 if (SlotIndex::isEarlierInstr(Idx, I->start))
H A DSlotIndexes.h191 /// isEarlierInstr - Return true if A refers to an instruction earlier than
193 static bool isEarlierInstr(SlotIndex A, SlotIndex B) { function in class:llvm::SlotIndex
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocGreedy.cpp1457 assert(!SlotIndex::isEarlierInstr(RMS[ri], Uses[i]));
1458 if (SlotIndex::isEarlierInstr(Uses[i+1], RMS[ri]))
1468 while (ri != re && SlotIndex::isEarlierInstr(RMS[ri], Uses[i+1]))
H A DLiveInterval.cpp66 assert(SlotIndex::isEarlierInstr(Def, I->start) && "Already live at def");
H A DSplitKit.cpp105 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)

Completed in 195 milliseconds