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.cpp1452 bool ReArrangedImplicitOps = true; in allocateInstruction() local
1461 while (ReArrangedImplicitOps) { in allocateInstruction()
1462 ReArrangedImplicitOps = false; in allocateInstruction()
1470 ReArrangedImplicitOps = defineLiveThroughVirtReg(MI, OpIdx, Reg); in allocateInstruction()
1472 ReArrangedImplicitOps = defineVirtReg(MI, OpIdx, Reg); in allocateInstruction()
1476 if (ReArrangedImplicitOps) in allocateInstruction()
1482 while (ReArrangedImplicitOps) { in allocateInstruction()
1483 ReArrangedImplicitOps = false; in allocateInstruction()
1489 ReArrangedImplicitOps = in allocateInstruction()
1491 if (ReArrangedImplicitOps) in allocateInstruction()