Home
last modified time | relevance | path

Searched defs:GlobalSplitCandidate (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h222 struct GlobalSplitCandidate { struct
224 MCRegister PhysReg;
227 unsigned IntvIdx;
230 InterferenceCache::Cursor Intf;
233 BitVector LiveBundles;
234 SmallVector<unsigned, 8> ActiveBlocks;
259 SmallVector<GlobalSplitCandidate, 32> GlobalCand; argument