Lines Matching refs:StackInt
164 LiveInterval *StackInt = nullptr; member in __anon26f1b4e40111::InlineSpiller
452 assert(StackInt && "No stack slot assigned yet."); in hoistSpillInsideBB()
455 StackInt->MergeValueInAsValue(OrigLI, OrigVNI, StackInt->getValNumInfo(0)); in hoistSpillInsideBB()
457 << *StackInt << '\n'); in hoistSpillInsideBB()
498 assert(StackInt && "No stack slot assigned yet."); in eliminateRedundantSpills()
512 StackInt->MergeValueInAsValue(*LI, VNI, StackInt->getValNumInfo(0)); in eliminateRedundantSpills()
513 LLVM_DEBUG(dbgs() << "Merged to stack int: " << *StackInt << '\n'); in eliminateRedundantSpills()
1243 StackInt = &LSS.getOrCreateInterval(StackSlot, MRI.getRegClass(Original)); in spillAll()
1244 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1246 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1251 assert(StackInt->getNumValNums() == 1 && "Bad stack interval values"); in spillAll()
1253 StackInt->MergeSegmentsInAsValue(LIS.getInterval(Reg), in spillAll()
1254 StackInt->getValNumInfo(0)); in spillAll()
1255 LLVM_DEBUG(dbgs() << "Merged spilled regs: " << *StackInt << '\n'); in spillAll()
1291 StackInt = nullptr; in spill()