Searched defs:getSourceGraphNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h47 // getSourceGraphNode.
52 // getSourceGraphNode - Given a BasicBlock and the source graph, return the
56 inline BasicBlock *getSourceGraphNode(Function *, BasicBlock *BB) { function in namespace:llvm
59 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { function in namespace:llvm
139 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I));
230 ProcessNode(Int, getSourceGraphNode(OrigContainer, *It));

Completed in 87 milliseconds