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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp219 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in class:__anon8706::RAGreedy
223 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
391 GlobalCand.clear();
948 /// determined by BundleCand and GlobalCand.
950 /// Before calling this function, GlobalCand and BundleCand must be initialized
957 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
983 GlobalSplitCandidate &Cand = GlobalCand[CandIn];
992 GlobalSplitCandidate &Cand = GlobalCand[CandOut];
1020 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1032 GlobalSplitCandidate &Cand = GlobalCand[CandI
[all...]

Completed in 29 milliseconds