Home
last modified time | relevance | path

Searched refs:BlockMap (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h275 auto MapIt = BlockMap.find(Block);
276 if (MapIt == BlockMap.end())
317 BlockMap.try_emplace(Block, Cycle); in addBlockToCycle()
359 Info.BlockMap.try_emplace(HeaderCandidate, NewCycle.get()); in run()
415 Info.BlockMap.try_emplace(Block, NewCycle.get()); in run()
497 BlockMap.clear(); in clear()
532 return BlockMap.lookup(Block);
595 auto MapIt = BlockMap.find(BB); in verifyCycleNest()
596 assert(MapIt != BlockMap.end()); in verifyCycleNest()
H A DGenericCycleInfo.h270 DenseMap<BlockT *, CycleT *> BlockMap; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h47 typedef std::map<lldb::addr_t, lldb::DataBufferSP> BlockMap; typedef
52 BlockMap m_L1_cache; // A first level memory cache whose chunk sizes vary that
55 BlockMap m_L2_cache; // A memory cache of fixed size chinks
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp458 DenseMap<const BasicBlock *, BasicBlockState *> BlockMap; member in __anond3efd71a0411::GCPtrTracker
489 bool isMapped(const BasicBlock *BB) const { return BlockMap.contains(BB); } in isMapped()
554 BlockMap[&BB] = BBS; in GCPtrTracker()
559 for (auto &BBI : BlockMap) { in GCPtrTracker()
571 return BlockMap.lookup(BB); in getBasicBlockState()
617 llvm::make_first_range(BlockMap)); in recalculateBBsStates()
685 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp62 BlockMap::iterator pos = m_L1_cache.upper_bound(addr); in Flush()
94 BlockMap::iterator pos = m_L2_cache.find(curr_addr); in Flush()
178 BlockMap::iterator pos = m_L1_cache.upper_bound(addr); in Read()
/freebsd/sys/contrib/edk2/Include/Pi/
H A DPiFirmwareVolume.h147 EFI_FV_BLOCK_MAP_ENTRY BlockMap[1]; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h409 return BlockMap[B->getBlockID()]; in lookupBlock()
523 std::vector<til::BasicBlock *> BlockMap; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp880 BlockMap.resize(NBlocks, nullptr); in enterCFG()
885 BlockMap[B->getBlockID()] = BB; in enterCFG()
921 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1489 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction() local
1490 for (auto &Entry : BlockMap) in removeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3972 DenseMap<MachineBasicBlock *, LDVSSABlock *> BlockMap; member in __anon52c3d0e81211::LDVSSAUpdater
3982 for (auto &Block : BlockMap) in reset()
3987 BlockMap.clear(); in reset()
3995 auto [It, Inserted] = BlockMap.try_emplace(BB); in getSSALDVBlock()