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 DObjectLinkingLayer.cpp607 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local
613 (void)BlockInfos[B]; in computeBlockNonLocalDeps()
618 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
625 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()
633 for (auto &[B, BI] : BlockInfos) { in computeBlockNonLocalDeps()
642 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
647 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()
660 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp601 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anond28503310211::SIInsertWaitcnts
2454 BlockInfos.clear(); in runOnMachineFunction()
2490 BlockInfos[&EntryBB].Incoming = std::move(NonKernelInitialState); in runOnMachineFunction()
2498 BlockInfos.insert({MBB, BlockInfo()}); in runOnMachineFunction()
2505 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()
2533 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()