Home
last modified time | relevance | path

Searched refs:startInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h147 MachineInstr &startInst);
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp828 LiveIntervals::addSegmentToEndOfBlock(unsigned reg, MachineInstr &startInst) { in addSegmentToEndOfBlock() argument
831 SlotIndex(getInstructionIndex(startInst).getRegSlot()), in addSegmentToEndOfBlock()
833 LiveRange::Segment S(SlotIndex(getInstructionIndex(startInst).getRegSlot()), in addSegmentToEndOfBlock()
834 getMBBEndIdx(startInst.getParent()), VN); in addSegmentToEndOfBlock()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp2171 MachineInstr* startInst) { in addLiveRangeToEndOfBlock() argument
2174 SlotIndex(getInstructionIndex(startInst).getDefIndex()), in addLiveRangeToEndOfBlock()
2175 startInst, getVNInfoAllocator()); in addLiveRangeToEndOfBlock()
2178 SlotIndex(getInstructionIndex(startInst).getDefIndex()), in addLiveRangeToEndOfBlock()
2179 getMBBEndIdx(startInst->getParent()), VN); in addLiveRangeToEndOfBlock()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h156 MachineInstr* startInst);