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

/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp154 bool isSnippet(const LiveInterval &SnipLI);
220 /// It is assumed that SnipLI is a virtual register with the same original as
222 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) { argument
232 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI))
239 RI = MRI.reg_nodbg_begin(SnipLI.reg);
248 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
252 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
282 LiveInterval &SnipLI = LIS.getInterval(SnipReg); local
283 if (!isSnippet(SnipLI))
824 LiveInterval &SnipLI = LIS.getInterval(MI->getOperand(1).getReg()); local
[all...]

Completed in 16 milliseconds