Home | History | Annotate | Download | only in Analysis

Lines Matching full:bmap

287   BeforeMap BMap;
972 // Keep InfoPtr in its own scope in case BMap is modified later and the
974 std::unique_ptr<BeforeInfo> &InfoPtr = BMap[Vd];
991 auto It = BMap.find(Cpvd);
992 if (It == BMap.end())
1024 auto It = BMap.find(Vd);
1026 if (It == BMap.end())
1030 assert(Info && "BMap contained nullptr?");