OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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;
InterferenceCache.cpp
24
const InterferenceCache::
BlockInterference
149
BlockInterference
*BI = &Blocks[MBBNum];
Completed in 45 milliseconds