reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
865 : BBMap(std::move(Arg.BBMap)), 872 BBMap = std::move(RHS.BBMap); 872 BBMap = std::move(RHS.BBMap); 884 BBMap.clear(); 928 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); } 962 BBMap.erase(BB); 965 BBMap[BB] = L; 988 auto I = BBMap.find(BB); 989 if (I != BBMap.end()) { 993 BBMap.erase(I);include/llvm/Analysis/LoopInfoImpl.h
251 LIB.BBMap[NewBB] = L; 691 for (auto &Entry : BBMap) {