Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIntervalIterator.h102 if (!ProcessInterval(&M->front())) { in IntervalIterator()
115 if (!ProcessInterval(IP.getRootInterval())) { in IntervalIterator()
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
175 bool ProcessInterval(NodeTy *Node) { in ProcessInterval() function