Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalIterator.h103 if (!ProcessInterval(&M->front())) { in IntervalIterator()
116 if (!ProcessInterval(IP.getRootInterval())) { in IntervalIterator()
147 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
176 bool ProcessInterval(NodeTy *Node) { in ProcessInterval() function