Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h35 struct BlockInterference { struct
40 BlockInterference() = default; argument
95 SmallVector<BlockInterference, 8> Blocks;
127 BlockInterference *get(unsigned MBBNum) { in get()
179 const BlockInterference *Current = nullptr;
180 static const BlockInterference NoInterference;
H A DInterferenceCache.cpp30 const InterferenceCache::BlockInterference
154 BlockInterference *BI = &Blocks[MBBNum]; in update()