Home
last modified time | relevance | path

Searched refs:CurrentSlot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp103 SlotIndex CurrentSlot = Slots->getMBBStartIdx(&MBB); in buildVRegToDbgValueMap() local
112 CurrentSlot = Slots->getInstructionIndex(MI); in buildVRegToDbgValueMap()
113 CloseNewDVRange(CurrentSlot); in buildVRegToDbgValueMap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3815 SlotIndex CurrentSlot = Slots.getMBBStartIdx(&MBB); in buildVRegToDbgValueMap() local
3824 CurrentSlot = Slots.getInstructionIndex(MI); in buildVRegToDbgValueMap()
3825 CloseNewDVRange(CurrentSlot); in buildVRegToDbgValueMap()