Searched refs:BlockInfos (Results 1 – 1 of 1) sorted by relevance
375 std::vector<BlockInfo> BlockInfos; // by reverse post-order traversal index member in __anon651e2a160111::SIInsertWaitcnts1368 BlockInfos.clear(); in runOnMachineFunction()1374 RpotIdxMap[MBB] = BlockInfos.size(); in runOnMachineFunction()1375 BlockInfos.emplace_back(MBB); in runOnMachineFunction()1384 for (BlockInfo &BI : BlockInfos) { in runOnMachineFunction()1388 unsigned Idx = std::distance(&*BlockInfos.begin(), &BI); in runOnMachineFunction()1409 BlockInfo &SuccBI = BlockInfos[SuccIdx]; in runOnMachineFunction()