HomeSort by: relevance | last modified time | path
    Searched refs:BlockInterference (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterferenceCache.h 33 /// BlockInterference - information about the interference in a single basic
35 struct BlockInterference {
40 BlockInterference() {}
95 SmallVector<BlockInterference, 8> Blocks;
126 /// get - Return an up to date BlockInterference.
127 BlockInterference *get(unsigned MBBNum) {
178 const BlockInterference *Current = nullptr;
179 static const BlockInterference NoInterference;
InterferenceCache.cpp 31 const InterferenceCache::BlockInterference
156 BlockInterference *BI = &Blocks[MBBNum];

Completed in 16 milliseconds