Home
last modified time | relevance | path

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

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