Searched refs:IntvIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp354 unsigned IntvIdx; member in struct:__anon3553::RAGreedy::GlobalSplitCandidate
365 IntvIdx = 0;
1696 IntvIn = Cand.IntvIdx;
1705 IntvOut = Cand.IntvIdx;
1745 IntvIn = Cand.IntvIdx;
1753 IntvOut = Cand.IntvIdx;
1970 Cand.IntvIdx = SE->openIntv();
1972 << B << " bundles, intv " << Cand.IntvIdx << ".\n");
1983 Cand.IntvIdx = SE->openIntv();
1985 << " bundles, intv " << Cand.IntvIdx << "
[all...]

Completed in 155 milliseconds