Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInterferenceCache.h29 struct BlockInterference { struct
30 BlockInterference() : Tag(0) {} in BlockInterference() argument
68 SmallVector<BlockInterference, 8> Blocks;
101 BlockInterference *get(unsigned MBBNum) { in get()
140 BlockInterference *Current;
141 static BlockInterference NoInterference;
DInterferenceCache.cpp22 InterferenceCache::BlockInterference InterferenceCache::Cursor::NoInterference;
123 BlockInterference *BI = &Blocks[MBBNum]; in update()
/external/llvm/lib/CodeGen/
DInterferenceCache.h31 struct BlockInterference { struct
32 BlockInterference() : Tag(0) {} in BlockInterference() argument
91 SmallVector<BlockInterference, 8> Blocks;
125 BlockInterference *get(unsigned MBBNum) { in get()
173 const BlockInterference *Current;
174 static const BlockInterference NoInterference;
DInterferenceCache.cpp24 const InterferenceCache::BlockInterference
149 BlockInterference *BI = &Blocks[MBBNum]; in update()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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;
DInterferenceCache.cpp36 const InterferenceCache::BlockInterference
161 BlockInterference *BI = &Blocks[MBBNum]; in update()