Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp378 unsigned doRegionSplit(LiveInterval &VirtReg, unsigned BestCand,
1372 unsigned BestCand = in tryRegionSplit() local
1377 if (!HasCompact && BestCand == NoCand) in tryRegionSplit()
1380 return doRegionSplit(VirtReg, BestCand, HasCompact, NewVRegs); in tryRegionSplit()
1388 unsigned BestCand = NoCand; in calculateRegionSplitCost() local
1400 if (i == BestCand || !GlobalCand[i].PhysReg) in calculateRegionSplitCost()
1410 if (BestCand == NumCands) in calculateRegionSplitCost()
1411 BestCand = Worst; in calculateRegionSplitCost()
1429 if (BestCand == NoCand) in calculateRegionSplitCost()
1433 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in calculateRegionSplitCost()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1088 unsigned BestCand = NoCand; in tryRegionSplit() local
1113 if (i == BestCand || !GlobalCand[i].PhysReg) in tryRegionSplit()
1137 if (BestCand == NoCand) in tryRegionSplit()
1141 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in tryRegionSplit()
1164 BestCand = NumCands; in tryRegionSplit()
1171 if (!HasCompact && BestCand == NoCand) in tryRegionSplit()
1182 if (BestCand != NoCand) { in tryRegionSplit()
1183 GlobalSplitCandidate &Cand = GlobalCand[BestCand]; in tryRegionSplit()
1184 if (unsigned B = Cand.getBundles(BundleCand, BestCand)) { in tryRegionSplit()
1185 UsedCands.push_back(BestCand); in tryRegionSplit()