Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
DPiFirmwareVolume.h112 EFI_FV_BLOCK_MAP_ENTRY BlockMap[1]; member
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h364 return BlockMap[B->getBlockID()]; in lookupBlock()
484 std::vector<til::BasicBlock *> BlockMap; // Map from clang to til BBs. variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp1267 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction() local
1268 for (NonLocalDepInfo::iterator DI = BlockMap.begin(), DE = BlockMap.end(); in removeInstruction()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp795 BlockMap.resize(NBlocks, nullptr); in enterCFG()
800 BlockMap[B->getBlockID()] = BB; in enterCFG()
836 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1462 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction() local
1463 for (auto &Entry : BlockMap) in removeInstruction()