Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp213 static unsigned isFullCopyOf(const MachineInstr *MI, unsigned Reg) { in isFullCopyOf() function
248 if (isFullCopyOf(MI, Reg)) in isSnippet()
285 unsigned SnipReg = isFullCopyOf(MI, Reg); in collectRegsToSpill()
597 if (unsigned SrcReg = isFullCopyOf(MI, Reg)) { in traceSiblingValue()
792 if (unsigned DstReg = isFullCopyOf(MI, Reg)) { in eliminateRedundantSpills()
1267 unsigned SibReg = isFullCopyOf(MI, Reg); in spillAroundUses()