Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h277 SmallSetVector<const LiveInterval *, 8> SetOfBrokenHints; variable
H A DRegAllocGreedy.cpp569 SetOfBrokenHints.insert(&VirtReg); in tryAssign()
2355 SetOfBrokenHints.remove(&LI); in aboutToRemoveInterval()
2544 for (const LiveInterval *LI : SetOfBrokenHints) { in tryHintsRecoloring()
2602 SetOfBrokenHints.insert(&VirtReg); in selectOrSplitImpl()
2893 SetOfBrokenHints.clear(); in run()