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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp223 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in class:__anon2309::RAGreedy
227 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
396 GlobalCand.clear();
1021 /// determined by BundleCand and GlobalCand.
1023 /// Before calling this function, GlobalCand and BundleCand must be initialized
1030 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
1056 GlobalSplitCandidate &Cand = GlobalCand[CandIn];
1065 GlobalSplitCandidate &Cand = GlobalCand[CandOut];
1093 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1105 GlobalSplitCandidate &Cand = GlobalCand[CandI
[all...]

Completed in 46 milliseconds