Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIntervalPartition.h69 inline Interval *getRootInterval() { return RootInterval; } in getRootInterval() function
DIntervalIterator.h115 if (!ProcessInterval(IP.getRootInterval())) { in IntervalIterator()
/external/llvm/lib/Analysis/
DIntervalPartition.cpp95 assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!"); in IntervalPartition()