OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumLiveBlocks
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
176
///
getNumLiveBlocks
- Return the number of blocks where CurLI is live.
177
unsigned
getNumLiveBlocks
() const {
182
/// guaranteed to return the same number as
getNumLiveBlocks
() after calling
RegAllocGreedy.cpp
[
all
...]
SplitKit.cpp
272
assert(
getNumLiveBlocks
() == countLiveBlocks(CurLI) && "Bad block count");
[
all
...]
Completed in 25 milliseconds