Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLinkGraphLinkingLayer.cpp320 DenseMap<Block *, BlockInfo> BlockInfos; in registerDependencies() local
328 BlockInfos.reserve(NumBlocks); in registerDependencies()
334 BlockInfos[&Sym->getBlock()].Defs.insert(Sym); in registerDependencies()
339 auto &BI = BlockInfos[B]; in registerDependencies()
356 auto &TgtBI = BlockInfos[&E.getTarget().getBlock()]; in registerDependencies()
377 for (auto &[B, BI] : BlockInfos) { in registerDependencies()
385 BlockInfos[FB].AnonBackEdges.erase(B); in registerDependencies()
388 BlockInfos[BB].AnonEdges.erase(B); in registerDependencies()
391 auto &FBI = BlockInfos[FB]; in registerDependencies()
396 auto &BBI = BlockInfos[BB]; in registerDependencies()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp662 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anond28503310211::SIInsertWaitcnts
2774 BlockInfos.clear(); in run()
2813 BlockInfos[&EntryBB].Incoming = std::move(NonKernelInitialState); in run()
2821 BlockInfos.try_emplace(MBB); in run()
2828 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in run()
2860 auto *SuccBII = BlockInfos.find(Succ); in run()