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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp1302 SlotIndex instrIdx = getInstructionIndex(MI); local
1334 LII->start = instrIdx.getRegSlot();
1335 LII->valno->def = instrIdx.getRegSlot();
1337 lastUseIdx = instrIdx.getRegSlot();
1345 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);
1346 LiveRange::Segment S(instrIdx.getRegSlot(),
1347 instrIdx.getDeadSlot(), VNI);
1349 } else if (LII->start != instrIdx.getRegSlot()) {
1350 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);
1351 LiveRange::Segment S(instrIdx
[all...]

Completed in 88 milliseconds