OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThroughBlocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h
120
/// are simply listed in
ThroughBlocks
instead.
157
///
ThroughBlocks
- Block numbers where CurLI is live through without uses.
158
BitVector
ThroughBlocks
;
211
bool isThroughBlock(unsigned MBB) const { return
ThroughBlocks
.test(MBB); }
214
const BitVector &getThroughBlocks() const { return
ThroughBlocks
; }
SplitKit.cpp
161
ThroughBlocks
.clear();
200
ThroughBlocks
.clear();
214
ThroughBlocks
.resize(MF.getNumBlockIDs());
240
ThroughBlocks
.set(BI.MBB->getNumber());
Completed in 24 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026