Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp355 struct GlobalSplitCandidate { struct in __anon4935e8a80111::RAGreedy
357 unsigned PhysReg;
360 unsigned IntvIdx;
363 InterferenceCache::Cursor Intf;
366 BitVector LiveBundles;
367 SmallVector<unsigned, 8> ActiveBlocks;
369 void reset(InterferenceCache &Cache, unsigned Reg) { in reset()
378 unsigned getBundles(SmallVectorImpl<unsigned> &B, unsigned C) { in getBundles()