Home
last modified time | relevance | path

Searched refs:BBMap (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h81 BBMapTy BBMap; variable
108 return BBMap[BB]->DefBB->AvailableVal; in GetValue()
120 BBMap[BB] = Info; in BuildBlockList()
142 BBMap.FindAndConstruct(Pred); in BuildBlockList()
199 BBInfo *SuccInfo = BBMap[*SI]; in BuildBlockList()
409 BBMap[PHI->getParent()]->PHITag = PHI; in CheckIfPHIMatches()
418 BBInfo *PredInfo = BBMap[I.getIncomingBlock()]; in CheckIfPHIMatches()
458 BBMap[BB]->AvailableVal = PHIVal; in RecordMatchingPHIs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h119 DenseMap<const MachineBasicBlock *, WebAssemblyException *> BBMap; variable
148 return BBMap.lookup(MBB); in getExceptionFor()
153 BBMap.erase(MBB); in changeExceptionFor()
156 BBMap[MBB] = WE; in changeExceptionFor()
DWebAssemblyExceptionInfo.cpp84 BBMap.clear(); in releaseMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h861 DenseMap<const BlockT *, LoopT *> BBMap; variable
876 : BBMap(std::move(Arg.BBMap)), in LoopInfoBase()
883 BBMap = std::move(RHS.BBMap);
895 BBMap.clear(); in releaseMemory()
939 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); } in getLoopFor()
973 BBMap.erase(BB); in changeLoopFor()
976 BBMap[BB] = L; in changeLoopFor()
999 auto I = BBMap.find(BB); in removeBlock()
1000 if (I != BBMap.end()) { in removeBlock()
1004 BBMap.erase(I); in removeBlock()
DLoopInfoImpl.h251 LIB.BBMap[NewBB] = L; in addBasicBlockToLoop()
614 for (DenseMap<BasicBlock*, LoopT*>::const_iterator I = BBMap.begin(), in print()
615 E = BBMap.end(); I != E; ++I) in print()
691 for (auto &Entry : BBMap) { in verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp203 auto &BBMap = LBM[L]; in addDiscriminators() local
204 auto R = BBMap.insert(&B); in addDiscriminators()
205 if (BBMap.size() == 1) in addDiscriminators()