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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp406 SmallSetVector<LiveInterval *, 8> SetOfBrokenHints; variable
782 SetOfBrokenHints.insert(&VirtReg);
2823 SetOfBrokenHints.remove(&LI);
3005 for (LiveInterval *LI : SetOfBrokenHints) {
3059 SetOfBrokenHints.insert(&VirtReg);
3244 SetOfBrokenHints.clear();

Completed in 157 milliseconds