Home
last modified time | relevance | path

Searched refs:BlockInfos (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp375 std::vector<BlockInfo> BlockInfos; // by reverse post-order traversal index member in __anon651e2a160111::SIInsertWaitcnts
1368 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()