Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp127 bool isSnippet(const LiveInterval &SnipLI);
195 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) { in isSnippet() argument
205 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
212 RI = MRI.reg_nodbg_begin(SnipLI.reg); in isSnippet()
221 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
225 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
255 LiveInterval &SnipLI = LIS.getInterval(SnipReg); in collectRegsToSpill() local
256 if (!isSnippet(SnipLI)) in collectRegsToSpill()
262 DEBUG(dbgs() << "\talso spill snippet " << SnipLI << '\n'); in collectRegsToSpill()
628 LiveInterval &SnipLI = LIS.getInterval(MI->getOperand(1).getReg()); in markValueUsed() local
[all …]