Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.h35 struct BlockInterference { struct
40 BlockInterference() {} in BlockInterference() argument
95 SmallVector<BlockInterference, 8> Blocks;
127 BlockInterference *get(unsigned MBBNum) { in get()
178 const BlockInterference *Current = nullptr;
179 static const BlockInterference NoInterference;
H A DInterferenceCache.cpp31 const InterferenceCache::BlockInterference
156 BlockInterference *BI = &Blocks[MBBNum]; in update()