Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp478 SmallLISet &RecoloringCandidates,
2530 SmallLISet &RecoloringCandidates, in mayRecolorAllInterferences() argument
2558 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()
2623 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local
2637 RecoloringCandidates.clear(); in tryLastChanceRecoloring()
2652 if (!mayRecolorAllInterferences(PhysReg, VirtReg, RecoloringCandidates, in tryLastChanceRecoloring()
2662 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
2663 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring()
2710 if (RecoloringCandidates.count(&LIS->getInterval(*Next))) in tryLastChanceRecoloring()
2715 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
[all …]