Searched refs:ExistingIt (Results 1 – 5 of 5) sorted by relevance
274 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph() local276 if (ExistingIt != CallSites.end()) { in RefreshCallGraph()277 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()280 CallSites.erase(ExistingIt); in RefreshCallGraph()
253 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph() local255 if (ExistingIt != CallSites.end()) { in RefreshCallGraph()256 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()259 CallSites.erase(ExistingIt); in RefreshCallGraph()
286 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph() local288 if (ExistingIt != CallSites.end()) { in RefreshCallGraph()289 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()292 CallSites.erase(ExistingIt); in RefreshCallGraph()
247 StringMap<uint32_t>::iterator ExistingIt; in TEST_F() local248 std::tie(ExistingIt, Inserted) = in TEST_F()253 EXPECT_EQ(NewIt, ExistingIt); in TEST_F()
249 StringMap<uint32_t>::iterator ExistingIt; in TEST_F() local250 std::tie(ExistingIt, Inserted) = in TEST_F()255 EXPECT_EQ(NewIt, ExistingIt); in TEST_F()