Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp437 SetOfBrokenHints.insert(&VirtReg); in tryAssign()
2212 SetOfBrokenHints.remove(&LI); in aboutToRemoveInterval()
2399 for (const LiveInterval *LI : SetOfBrokenHints) { in tryHintsRecoloring()
2457 SetOfBrokenHints.insert(&VirtReg); in selectOrSplitImpl()
2769 SetOfBrokenHints.clear(); in runOnMachineFunction()
H A DRegAllocGreedy.h271 SmallSetVector<const LiveInterval *, 8> SetOfBrokenHints; variable