Home
last modified time | relevance | path

Searched refs:BlockInterference (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h35 struct BlockInterference { struct
40 BlockInterference() {} in BlockInterference() function
95 SmallVector<BlockInterference, 8> Blocks;
129 BlockInterference *get(unsigned MBBNum) { in get()
182 const BlockInterference *Current = nullptr;
183 static const BlockInterference NoInterference;
DInterferenceCache.cpp35 const InterferenceCache::BlockInterference
160 BlockInterference *BI = &Blocks[MBBNum]; in update()