OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countLiveBlocks
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
181
///
countLiveBlocks
- Return the number of blocks where li is live. This is
184
unsigned
countLiveBlocks
(const LiveInterval *li) const;
SplitKit.cpp
272
assert(getNumLiveBlocks() ==
countLiveBlocks
(CurLI) && "Bad block count");
276
unsigned SplitAnalysis::
countLiveBlocks
(const LiveInterval *cli) const {
[
all
...]
RegAllocGreedy.cpp
[
all
...]
Completed in 302 milliseconds