Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalPartition.h68 inline Interval *getRootInterval() { return RootInterval; } in getRootInterval() function
H A DIntervalIterator.h116 if (!ProcessInterval(IP.getRootInterval())) { in IntervalIterator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIntervalPartition.cpp100 assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!"); in IntervalPartition()