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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp220 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in class:__anon19841::RAGreedy
224 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
396 GlobalCand.clear();
934 /// determined by BundleCand and GlobalCand.
936 /// Before calling this function, GlobalCand and BundleCand must be initialized
943 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
969 GlobalSplitCandidate &Cand = GlobalCand[CandIn];
978 GlobalSplitCandidate &Cand = GlobalCand[CandOut];
1006 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1018 GlobalSplitCandidate &Cand = GlobalCand[CandI
[all...]
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp299 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in class:__anon12730::RAGreedy
303 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
533 GlobalCand.clear();
1202 /// determined by BundleCand and GlobalCand.
1204 /// Before calling this function, GlobalCand and BundleCand must be initialized
1211 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
1237 GlobalSplitCandidate &Cand = GlobalCand[CandIn];
1246 GlobalSplitCandidate &Cand = GlobalCand[CandOut];
1274 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1286 GlobalSplitCandidate &Cand = GlobalCand[CandI
[all...]

Completed in 53 milliseconds