Lines Matching refs:StackInt
74 LiveInterval *StackInt; member in __anonf7bb34900111::InlineSpiller
718 assert(StackInt && "No stack slot assigned yet."); in hoistSpill()
721 StackInt->MergeValueInAsValue(OrigLI, OrigVNI, StackInt->getValNumInfo(0)); in hoistSpill()
723 << *StackInt << '\n'); in hoistSpill()
763 assert(StackInt && "No stack slot assigned yet."); in eliminateRedundantSpills()
777 StackInt->MergeValueInAsValue(*LI, VNI, StackInt->getValNumInfo(0)); in eliminateRedundantSpills()
778 DEBUG(dbgs() << "Merged to stack int: " << *StackInt << '\n'); in eliminateRedundantSpills()
1329 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll()
1330 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1332 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1337 assert(StackInt->getNumValNums() == 1 && "Bad stack interval values"); in spillAll()
1339 StackInt->MergeSegmentsInAsValue(LIS.getInterval(RegsToSpill[i]), in spillAll()
1340 StackInt->getValNumInfo(0)); in spillAll()
1341 DEBUG(dbgs() << "Merged spilled regs: " << *StackInt << '\n'); in spillAll()
1379 StackInt = nullptr; in spill()