Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp769 SmallVector<unsigned, 8> PartialDefs; in handleThroughOperands() local
791 PartialDefs.push_back(LR.PhysReg); in handleThroughOperands()
821 for (unsigned PartialDef : PartialDefs) in handleThroughOperands()