Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp527 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local
533 (void)BlockInfos[B]; in computeBlockNonLocalDeps()
538 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
544 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()
559 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
564 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()
577 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp371 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anon87474e610211::SIInsertWaitcnts
1795 BlockInfos.clear(); in runOnMachineFunction()
1822 BlockInfos.insert({MBB, BlockInfo(MBB)}); in runOnMachineFunction()
1829 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()
1853 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()