reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
479 return BlockMap.find(BB) != BlockMap.end(); 479 return BlockMap.find(BB) != BlockMap.end(); 545 BlockMap[&BB] = BBS; 550 for (auto &BBI : BlockMap) { 562 auto it = BlockMap.find(BB); 563 return it != BlockMap.end() ? it->second : nullptr; 609 for (auto &BBI : BlockMap) 678 if (BlockMap[InBB]->AvailableOut.count(InValue))