HomeSort by relevance Sort by last modified time
    Searched defs:BlockInterference (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
InterferenceCache.h 29 /// BlockInterference - information about the interference in a single basic
31 struct BlockInterference {
32 BlockInterference() : Tag(0) {}
91 SmallVector<BlockInterference, 8> Blocks;
124 /// get - Return an up to date BlockInterference.
125 BlockInterference *get(unsigned MBBNum) {
173 const BlockInterference *Current;
174 static const BlockInterference NoInterference;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InterferenceCache.h 27 /// BlockInterference - information about the interference in a single basic
29 struct BlockInterference {
30 BlockInterference() : Tag(0) {}
68 SmallVector<BlockInterference, 8> Blocks;
100 /// get - Return an up to date BlockInterference.
101 BlockInterference *get(unsigned MBBNum) {
140 BlockInterference *Current;
141 static BlockInterference NoInterference;

Completed in 57 milliseconds