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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.h29 /// BlockInterference - information about the interference in a single basic
31 struct BlockInterference { struct in class:llvm::InterferenceCache
32 BlockInterference() : Tag(0) {} function in struct:llvm::InterferenceCache::BlockInterference
90 SmallVector<BlockInterference, 8> Blocks;
123 /// get - Return an up to date BlockInterference.
124 BlockInterference *get(unsigned MBBNum) {
163 BlockInterference *Current;
164 static BlockInterference NoInterference;
H A DInterferenceCache.cpp23 InterferenceCache::BlockInterference InterferenceCache::Cursor::NoInterference;
130 BlockInterference *BI = &Blocks[MBBNum];

Completed in 103 milliseconds