Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp164 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()
1244 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1246 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1253 StackInt->MergeSegmentsInAsValue(LIS.getInterval(Reg), in spillAll()
1254 StackInt->getValNumInfo(0)); in spillAll()
[all …]