Searched refs:BlockInfos (Results 1 – 2 of 2) sorted by relevance
607 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local613 (void)BlockInfos[B]; in computeBlockNonLocalDeps()618 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()625 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()633 for (auto &[B, BI] : BlockInfos) { in computeBlockNonLocalDeps()642 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()647 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()660 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
601 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anond28503310211::SIInsertWaitcnts2454 BlockInfos.clear(); in runOnMachineFunction()2490 BlockInfos[&EntryBB].Incoming = std::move(NonKernelInitialState); in runOnMachineFunction()2498 BlockInfos.insert({MBB, BlockInfo()}); in runOnMachineFunction()2505 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()2533 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()