Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp397 SetOfBrokenHints.insert(&VirtReg); in tryAssign()
2023 SetOfBrokenHints.remove(&LI); in aboutToRemoveInterval()
2209 for (const LiveInterval *LI : SetOfBrokenHints) { in tryHintsRecoloring()
2264 SetOfBrokenHints.insert(&VirtReg); in selectOrSplitImpl()
2556 SetOfBrokenHints.clear(); in runOnMachineFunction()
H A DRegAllocGreedy.h263 SmallSetVector<const LiveInterval *, 8> SetOfBrokenHints; variable