Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.h36 struct BlockInterference { struct
41 BlockInterference() {} in BlockInterference() argument
96 SmallVector<BlockInterference, 8> Blocks;
130 BlockInterference *get(unsigned MBBNum) { in get()
183 const BlockInterference *Current = nullptr;
184 static const BlockInterference NoInterference;
H A DInterferenceCache.cpp36 const InterferenceCache::BlockInterference
161 BlockInterference *BI = &Blocks[MBBNum]; in update()