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

/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h103 if (!ProcessInterval(&M->front())) {
104 llvm_unreachable("ProcessInterval should never fail for first interval!");
110 if (!ProcessInterval(IP.getRootInterval())) {
111 llvm_unreachable("ProcessInterval should never fail for first interval!");
139 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
158 // ProcessInterval - This method is used during the construction of the
166 bool ProcessInterval(NodeTy *Node) { function in class:llvm::IntervalIterator
182 // ProcessNode - This method is called by ProcessInterval to add nodes to the

Completed in 261 milliseconds