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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp 1121 if (Next != E && !SlotIndex::isSameInstr(OldIdx, Next->start) &&
1140 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end);
1148 if (OldIdxOut == E || !SlotIndex::isSameInstr(OldIdx, OldIdxOut->start))
1156 assert(OldIdxOut != E && SlotIndex::isSameInstr(OldIdx, OldIdxOut->start) &&
1245 SlotIndex::isSameInstr(AfterNewIdx->start, NewIdxDef)) {
1284 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end);
1297 if (OldIdxOut == E || !SlotIndex::isSameInstr(OldIdx, OldIdxOut->start))
1306 assert(OldIdxOut != E && SlotIndex::isSameInstr(OldIdx, OldIdxOut->start) &&
1315 if (SlotIndex::isSameInstr(NewIdxOut->start, NewIdx)) {
LiveRangeEdit.cpp 131 if (SlotIndex::isSameInstr(OrigIdx, UseIdx))
304 isOrigDef = SlotIndex::isSameInstr(OrigVNI->def, Idx);
SplitKit.h 133 return SlotIndex::isSameInstr(FirstInstr, LastInstr);
RegisterCoalescer.cpp 688 if (SS != S.end() && SlotIndex::isSameInstr(SS->start, SS->end)) {
1223 if (SlotIndex::isSameInstr(EndPoints[I], CopyIdx)) {
1646 assert(SVNI != nullptr && SlotIndex::isSameInstr(SVNI->def, RegIndex));
2704 assert(SlotIndex::isSameInstr(VNI->def, OtherVNI->def) && "Broken LRQ");
2739 assert(!SlotIndex::isSameInstr(VNI->def, V.OtherVNI->def) && "Broken LRQ");
3015 assert(!SlotIndex::isSameInstr(VNI->def, TaintExtent.front().first) &&
SplitKit.cpp 123 if (SlotIndex::isSameInstr(VNI->def, LIP.second))
187 SlotIndex::isSameInstr),
761 if (SpillMode && !SlotIndex::isSameInstr(ParentVNI->def, Idx) &&
LiveInterval.cpp 100 if (SlotIndex::isSameInstr(Def, S->start)) {
InlineSpiller.cpp 1075 if (SlotIndex::isSameInstr(Idx, VNI->def))
TwoAddressInstructionPass.cpp 307 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx);
MachineScheduler.cpp 1875 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->end,
1881 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->start,
RegAllocGreedy.cpp 2282 if (SlotIndex::isSameInstr(Uses[I + 1], RMS[RI]) && I + 1 == NumGaps)
MachineVerifier.cpp 2892 if (!SlotIndex::isSameInstr(S.start, S.end)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 196 /// isSameInstr - Return true if A and B refer to the same instruction.
197 static bool isSameInstr(SlotIndex A, SlotIndex B) {
202 /// B. This is equivalent to A < B && !isSameInstr(A, B).
LiveInterval.h 551 if (SlotIndex::isSameInstr(Idx, I->end)) {

Completed in 72 milliseconds