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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp386 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in class:__anon3553::RAGreedy
390 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
671 GlobalCand.clear();
1659 /// determined by BundleCand and GlobalCand.
1661 /// Before calling this function, GlobalCand and BundleCand must be initialized
1668 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
1695 GlobalSplitCandidate &Cand = GlobalCand[CandIn];
1704 GlobalSplitCandidate &Cand = GlobalCand[CandOut];
1732 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1744 GlobalSplitCandidate &Cand = GlobalCand[CandI
[all...]

Completed in 107 milliseconds