Searched refs:BlockInfos (Results 1 – 2 of 2) sorted by relevance
527 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local533 (void)BlockInfos[B]; in computeBlockNonLocalDeps()538 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()544 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()559 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()564 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()577 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
371 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anon87474e610211::SIInsertWaitcnts1795 BlockInfos.clear(); in runOnMachineFunction()1822 BlockInfos.insert({MBB, BlockInfo(MBB)}); in runOnMachineFunction()1829 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()1853 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()