Searched refs:BlockInfos (Results 1 – 2 of 2) sorted by relevance
320 DenseMap<Block *, BlockInfo> BlockInfos; in registerDependencies() local328 BlockInfos.reserve(NumBlocks); in registerDependencies()334 BlockInfos[&Sym->getBlock()].Defs.insert(Sym); in registerDependencies()339 auto &BI = BlockInfos[B]; in registerDependencies()356 auto &TgtBI = BlockInfos[&E.getTarget().getBlock()]; in registerDependencies()377 for (auto &[B, BI] : BlockInfos) { in registerDependencies()385 BlockInfos[FB].AnonBackEdges.erase(B); in registerDependencies()388 BlockInfos[BB].AnonEdges.erase(B); in registerDependencies()391 auto &FBI = BlockInfos[FB]; in registerDependencies()396 auto &BBI = BlockInfos[BB]; in registerDependencies()[all …]
662 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anond28503310211::SIInsertWaitcnts2774 BlockInfos.clear(); in run()2813 BlockInfos[&EntryBB].Incoming = std::move(NonKernelInitialState); in run()2821 BlockInfos.try_emplace(MBB); in run()2828 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in run()2860 auto *SuccBII = BlockInfos.find(Succ); in run()