Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.h224 struct GlobalSplitCandidate { struct
226 MCRegister PhysReg;
229 unsigned IntvIdx;
232 InterferenceCache::Cursor Intf;
235 BitVector LiveBundles;
236 SmallVector<unsigned, 8> ActiveBlocks;
261 SmallVector<GlobalSplitCandidate, 32> GlobalCand; argument