Searched refs:getRootInterval (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIntervalPartition.h67 // getRootInterval() - Return the root interval that contains the starting
69 inline Interval *getRootInterval() { return RootInterval; } function in class:llvm::IntervalPartition
H A DIntervalIterator.h110 if (!ProcessInterval(IP.getRootInterval())) {
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp95 assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!");

Completed in 143 milliseconds