Searched refs:SmallLISet (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 113 typedef SmallPtrSet<LiveInterval *, 4> SmallLISet; typedef in __anon4e4d313f0111::RAGreedy 363 SmallLISet &RecoloringCandidates, 2010 SmallLISet &RecoloringCandidates, in mayRecolorAllInterferences() 2099 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() 2134 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring() 2172 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 156 using SmallLISet = SmallPtrSet<LiveInterval *, 4>; typedef in __anondab441770111::RAGreedy 478 SmallLISet &RecoloringCandidates, 2485 SmallLISet &RecoloringCandidates, in mayRecolorAllInterferences() 2578 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() 2616 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring() 2669 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()
|