Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1411 bool ReArrangedImplicitOps = true; in allocateInstruction() local
1422 while (ReArrangedImplicitOps) { in allocateInstruction()
1423 ReArrangedImplicitOps = false; in allocateInstruction()
1431 ReArrangedImplicitOps = defineLiveThroughVirtReg(MI, OpIdx, Reg); in allocateInstruction()
1433 ReArrangedImplicitOps = defineVirtReg(MI, OpIdx, Reg); in allocateInstruction()
1437 if (ReArrangedImplicitOps) in allocateInstruction()
1443 while (ReArrangedImplicitOps) { in allocateInstruction()
1444 ReArrangedImplicitOps = false; in allocateInstruction()
1450 ReArrangedImplicitOps = in allocateInstruction()
1452 if (ReArrangedImplicitOps) in allocateInstruction()