Searched refs:NumCands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp357 unsigned &NumCands, bool IgnoreCSR);
1292 unsigned NumCands = 0; local
1299 NumCands = 1;
1310 calculateRegionSplitCost(VirtReg, Order, BestCost, NumCands,
1323 unsigned &NumCands,
1334 if (NumCands == IntfCache.getMaxCursors()) {
1337 for (unsigned i = 0; i != NumCands; ++i) {
1344 --NumCands;
1345 GlobalCand[Worst] = GlobalCand[NumCands];
1346 if (BestCand == NumCands)
1320 calculateRegionSplitCost(LiveInterval &VirtReg, AllocationOrder &Order, BlockFrequency &BestCost, unsigned &NumCands, bool IgnoreCSR) argument
[all...]

Completed in 61 milliseconds