Searched refs:MergeBlocks (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
H A D | differ.h | 56 void MergeBlocks(DesktopRegion* region);
|
H A D | differ_unittest.cc | 58 void MergeBlocks(DesktopRegion* dirty) { function in class:webrtc::DifferTest 59 differ_->MergeBlocks(dirty); 176 MergeBlocks(&dirty); 386 MergeBlocks(&dirty); 558 MergeBlocks(&dirty); 579 MergeBlocks(&dirty); 600 MergeBlocks(&dirty); 623 MergeBlocks(&dirty); 645 MergeBlocks(&dirty);
|
H A D | differ.cc | 44 MergeBlocks(region); 135 void Differ::MergeBlocks(DesktopRegion* region) { function in class:webrtc::Differ
|
/external/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 214 void MergeBlocks(BBInfo &ToBBI, BBInfo &FromBBI, bool AddEdges = true); 1075 MergeBlocks(BBI, *CvtBBI); 1211 MergeBlocks(BBI, *CvtBBI, false); 1250 MergeBlocks(BBI, *NextBBI); 1458 MergeBlocks(BBI, *BBI1, TailBB == nullptr); 1459 MergeBlocks(BBI, *BBI2, TailBB == nullptr); 1480 MergeBlocks(BBI, TailBBI); 1633 /// MergeBlocks - Move all instructions from FromBB to the end of ToBB. 1638 void IfConverter::MergeBlocks(BBInfo &ToBBI, BBInfo &FromBBI, bool AddEdges) { function in class:IfConverter
|
Completed in 404 milliseconds