OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UseBlocks
(Results
1 - 2
of
2
) 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
759
ArrayRef<SplitAnalysis::BlockInfo>
UseBlocks
= SA->getUseBlocks();
762
SplitConstraints.resize(
UseBlocks
.size());
764
for (unsigned i = 0; i !=
UseBlocks
.size(); ++i) {
765
const SplitAnalysis::BlockInfo &BI =
UseBlocks
[i];
[
all
...]
Completed in 200 milliseconds