Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp205 bool isSnippet(const LiveInterval &SnipLI);
319 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) { in isSnippet() argument
333 if (!LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
338 unsigned NumValNums = SnipLI.getNumValNums(); in isSnippet()
339 for (auto *VNI : SnipLI.vnis()) { in isSnippet()
351 RI = MRI.reg_bundle_nodbg_begin(SnipLI.reg()), in isSnippet()
362 if (SnipLI.reg() == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
366 if (SnipLI.reg() == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
369 if (StatepointOpers::isFoldableReg(&MI, SnipLI.reg())) in isSnippet()
398 LiveInterval &SnipLI = LIS.getInterval(SnipReg); in collectRegsToSpill() local
[all …]