Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp260 static Register isFullCopyOf(const MachineInstr &MI, Register Reg) { in isFullCopyOf() function
317 if (isFullCopyOf(MI, Reg)) in isSnippet()
356 Register SnipReg = isFullCopyOf(MI, Reg); in collectRegsToSpill()
486 if (Register DstReg = isFullCopyOf(MI, Reg)) { in eliminateRedundantSpills()
1114 Register SibReg = isFullCopyOf(MI, Reg); in spillAroundUses()