Searched refs:BlockInfos (Results 1 – 2 of 2) sorted by relevance
516 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local522 (void)BlockInfos[B]; in computeBlockNonLocalDeps()527 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()533 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()549 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()554 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()567 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
375 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anonac733d490111::SIInsertWaitcnts1604 BlockInfos.clear(); in runOnMachineFunction()1631 BlockInfos.insert({MBB, BlockInfo(MBB)}); in runOnMachineFunction()1638 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()1662 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()