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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp297 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in class:__anon12262::RAGreedy
301 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
531 GlobalCand.clear();
1194 /// determined by BundleCand and GlobalCand.
1196 /// Before calling this function, GlobalCand and BundleCand must be initialized
1203 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
1229 GlobalSplitCandidate &Cand = GlobalCand[CandIn];
1238 GlobalSplitCandidate &Cand = GlobalCand[CandOut];
1266 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1278 GlobalSplitCandidate &Cand = GlobalCand[CandI
[all...]

Completed in 59 milliseconds