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.cpp435 SetOfBrokenHints.insert(&VirtReg); in tryAssign()
2210 SetOfBrokenHints.remove(&LI); in aboutToRemoveInterval()
2397 for (const LiveInterval *LI : SetOfBrokenHints) { in tryHintsRecoloring()
2455 SetOfBrokenHints.insert(&VirtReg); in selectOrSplitImpl()
2767 SetOfBrokenHints.clear(); in runOnMachineFunction()
H A DRegAllocGreedy.h271 SmallSetVector<const LiveInterval *, 8> SetOfBrokenHints; variable