Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp363 SmallLISet &RecoloringCandidates,
2010 SmallLISet &RecoloringCandidates, in mayRecolorAllInterferences() argument
2034 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()
2099 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local
2111 RecoloringCandidates.clear(); in tryLastChanceRecoloring()
2124 if (!mayRecolorAllInterferences(PhysReg, VirtReg, RecoloringCandidates, in tryLastChanceRecoloring()
2134 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
2135 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring()
2172 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
2173 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp478 SmallLISet &RecoloringCandidates,
2485 SmallLISet &RecoloringCandidates, in mayRecolorAllInterferences() argument
2513 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()
2578 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local
2591 RecoloringCandidates.clear(); in tryLastChanceRecoloring()
2606 if (!mayRecolorAllInterferences(PhysReg, VirtReg, RecoloringCandidates, in tryLastChanceRecoloring()
2616 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
2617 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring()
2664 if (RecoloringCandidates.count(&LIS->getInterval(*Next))) in tryLastChanceRecoloring()
2669 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
[all …]