Searched refs:BlockInfos (Results 1 – 2 of 2) sorted by relevance
512 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local518 (void)BlockInfos[B]; in computeBlockNonLocalDeps()523 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()530 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()545 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()550 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()563 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
382 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anon524ede880211::SIInsertWaitcnts1800 BlockInfos.clear(); in runOnMachineFunction()1827 BlockInfos.insert({MBB, BlockInfo(MBB)}); in runOnMachineFunction()1834 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()1858 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()