Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp361 SmallLISet &RecoloringCandidates,
2000 SmallLISet &RecoloringCandidates, in mayRecolorAllInterferences() argument
2024 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()
2089 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local
2101 RecoloringCandidates.clear(); in tryLastChanceRecoloring()
2114 if (!mayRecolorAllInterferences(PhysReg, VirtReg, RecoloringCandidates, in tryLastChanceRecoloring()
2124 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
2125 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring()
2162 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
2163 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring()
[all …]