Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp132 typedef std::pair<BasicBlock*, BasicBlock*> BlockPair; typedef in __anonaa9132c40111::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/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp131 typedef std::pair<BasicBlock*, BasicBlock*> BlockPair; typedef in __anon20320b320111::FunctionDifferenceEngine
141 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()
148 PriorityQueue<BlockPair, QueueSorter, 20> Queue;
167 Queue.insert(BlockPair(L, R)); in tryUnify()
185 BlockPair Pair = Queue.remove_min(); in processQueue()
/external/llvm-project/llvm/lib/CodeGen/
DMachineSink.cpp1008 auto BlockPair = std::make_pair(From, To); in hasStoreBetween() local
1012 if (HasStoreCache.find(BlockPair) != HasStoreCache.end()) in hasStoreBetween()
1013 return HasStoreCache[BlockPair]; in hasStoreBetween()
1015 if (StoreInstrCache.find(BlockPair) != StoreInstrCache.end()) in hasStoreBetween()
1017 StoreInstrCache[BlockPair].begin(), StoreInstrCache[BlockPair].end(), in hasStoreBetween()
1043 HasStoreCache[BlockPair] = true; in hasStoreBetween()
1055 StoreInstrCache[BlockPair].push_back(&I); in hasStoreBetween()
1062 HasStoreCache[BlockPair] = false; in hasStoreBetween()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp138 using BlockPair = std::pair<MachineBasicBlock *, MachineBasicBlock *>; in calculate() typedef
139 SmallVector<BlockPair, 4> WorkList; in calculate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp127 using BlockPair = std::pair<MachineBasicBlock *, MachineBasicBlock *>; in calculate() typedef
128 SmallVector<BlockPair, 4> WorkList; in calculate()