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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp153 bool doneShuffling = false; local
154 while (possibleDuplexes.size() > 0 && (!doneShuffling)) {
166 doneShuffling = MCS.reshuffleTo(MCB);
168 if (doneShuffling)
172 if (!doneShuffling) {
174 doneShuffling = MCS.reshuffleTo(MCB); // shuffle
176 if (!doneShuffling)

Completed in 42 milliseconds