Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp546 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local
552 (void)BlockInfos[B]; in computeBlockNonLocalDeps()
557 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
564 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()
579 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
584 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()
597 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp574 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anon954e14670211::SIInsertWaitcnts
2500 BlockInfos.clear(); in runOnMachineFunction()
2536 BlockInfos[&EntryBB].Incoming = std::move(NonKernelInitialState); in runOnMachineFunction()
2544 BlockInfos.insert({MBB, BlockInfo()}); in runOnMachineFunction()
2551 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()
2579 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()