Searched refs:BlockPair (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 132 typedef std::pair<BasicBlock*, BasicBlock*> BlockPair; typedef in __anondb2877680111::FunctionDifferenceEngine 142 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()() 149 PriorityQueue<BlockPair, QueueSorter, 20> Queue; 168 Queue.insert(BlockPair(L, R)); in tryUnify() 186 BlockPair Pair = Queue.remove_min(); in processQueue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 132 typedef std::pair<BasicBlock*, BasicBlock*> BlockPair; typedef in __anon1c93e7000111::FunctionDifferenceEngine 142 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()() 149 PriorityQueue<BlockPair, QueueSorter, 20> Queue; 168 Queue.insert(BlockPair(L, R)); in tryUnify() 186 BlockPair Pair = Queue.remove_min(); in processQueue()
|