Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInterferenceCache.h31 struct BlockInterference { struct
32 BlockInterference() : Tag(0) {} in BlockInterference() function
91 SmallVector<BlockInterference, 8> Blocks;
125 BlockInterference *get(unsigned MBBNum) { in get()
173 BlockInterference *Current;
174 static BlockInterference NoInterference;
DInterferenceCache.cpp24 InterferenceCache::BlockInterference InterferenceCache::Cursor::NoInterference;
147 BlockInterference *BI = &Blocks[MBBNum]; in update()