Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp163 LiveInterval *StackInt = nullptr; member in __anon2f89086e0111::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()
[all …]