Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp512 DenseMap<Block *, BlockInfo> BlockInfos; in computeBlockNonLocalDeps() local
518 (void)BlockInfos[B]; in computeBlockNonLocalDeps()
523 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
530 BlockInfos[&TgtB].Dependants.insert(B); in computeBlockNonLocalDeps()
545 auto &BI = BlockInfos[B]; in computeBlockNonLocalDeps()
550 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()
563 for (auto &KV : BlockInfos) in computeBlockNonLocalDeps()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp382 MapVector<MachineBasicBlock *, BlockInfo> BlockInfos; member in __anon524ede880211::SIInsertWaitcnts
1800 BlockInfos.clear(); in runOnMachineFunction()
1827 BlockInfos.insert({MBB, BlockInfo(MBB)}); in runOnMachineFunction()
1834 for (auto BII = BlockInfos.begin(), BIE = BlockInfos.end(); BII != BIE; in runOnMachineFunction()
1858 auto SuccBII = BlockInfos.find(Succ); in runOnMachineFunction()