Home
last modified time | relevance | path

Searched refs:RootInterval (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIntervalPartition.cpp43 RootInterval = nullptr; in releaseMemory()
80 addIntervalToPartition(RootInterval = *I); in runOnFunction()
106 addIntervalToPartition(RootInterval = *I); in IntervalPartition()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalPartition.h47 Interval *RootInterval = nullptr; variable
68 inline Interval *getRootInterval() { return RootInterval; } in getRootInterval()