OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseBlocks
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
95
///
UseBlocks
- Blocks where CurLI has uses.
96
SmallVector<BlockInfo, 8>
UseBlocks
;
98
/// NumGapBlocks - Number of duplicate entries in
UseBlocks
for blocks where
165
ArrayRef<BlockInfo> getUseBlocks() const { return
UseBlocks
; }
RegAllocGreedy.cpp
[
all
...]
SplitKit.cpp
51
UseBlocks
.clear();
151
UseBlocks
.clear();
160
<<
UseBlocks
.size() << " blocks, through "
234
UseBlocks
.push_back(BI);
235
UseBlocks
.back().LastInstr = LastStop;
249
UseBlocks
.push_back(BI);
[
all
...]
Completed in 407 milliseconds