OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThroughBlocks
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
65
/// are simply listed in
ThroughBlocks
instead.
102
///
ThroughBlocks
- Block numbers where CurLI is live through without uses.
103
BitVector
ThroughBlocks
;
171
bool isThroughBlock(unsigned MBB) const { return
ThroughBlocks
.test(MBB); }
174
const BitVector &getThroughBlocks() const { return
ThroughBlocks
; }
SplitKit.cpp
52
ThroughBlocks
.clear();
152
ThroughBlocks
.clear();
167
ThroughBlocks
.resize(MF.getNumBlockIDs());
193
ThroughBlocks
.set(BI.MBB->getNumber());
[
all
...]
Completed in 38 milliseconds