Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1517 bool ReArrangedImplicitOps = true; in allocateInstruction() local
1526 while (ReArrangedImplicitOps) { in allocateInstruction()
1527 ReArrangedImplicitOps = false; in allocateInstruction()
1535 ReArrangedImplicitOps = defineLiveThroughVirtReg(MI, OpIdx, Reg); in allocateInstruction()
1537 ReArrangedImplicitOps = defineVirtReg(MI, OpIdx, Reg); in allocateInstruction()
1541 if (ReArrangedImplicitOps) in allocateInstruction()
1547 while (ReArrangedImplicitOps) { in allocateInstruction()
1548 ReArrangedImplicitOps = false; in allocateInstruction()
1552 ReArrangedImplicitOps = in allocateInstruction()
1554 if (ReArrangedImplicitOps) in allocateInstruction()