Lines Matching refs:StackInt
170 LiveInterval *StackInt; member in __anon689c7d9e0111::InlineSpiller
396 assert(StackInt && "No stack slot assigned yet."); in hoistSpillInsideBB()
399 StackInt->MergeValueInAsValue(OrigLI, OrigVNI, StackInt->getValNumInfo(0)); in hoistSpillInsideBB()
401 << *StackInt << '\n'); in hoistSpillInsideBB()
442 assert(StackInt && "No stack slot assigned yet."); in eliminateRedundantSpills()
456 StackInt->MergeValueInAsValue(*LI, VNI, StackInt->getValNumInfo(0)); in eliminateRedundantSpills()
457 LLVM_DEBUG(dbgs() << "Merged to stack int: " << *StackInt << '\n'); in eliminateRedundantSpills()
1158 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll()
1159 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1161 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1166 assert(StackInt->getNumValNums() == 1 && "Bad stack interval values"); in spillAll()
1168 StackInt->MergeSegmentsInAsValue(LIS.getInterval(Reg), in spillAll()
1169 StackInt->getValNumInfo(0)); in spillAll()
1170 LLVM_DEBUG(dbgs() << "Merged spilled regs: " << *StackInt << '\n'); in spillAll()
1206 StackInt = nullptr; in spill()