Searched refs:FirstSS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp434 int FirstSS, SecondSS; local
435 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS &&
436 FirstSS != -1) {
450 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize)))
460 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1 ||

Completed in 195 milliseconds