Searched refs:ExistingIt (Results 1 – 2 of 2) sorted by relevance
328 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph() local330 if (ExistingIt != Calls.end()) { in RefreshCallGraph()331 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()334 Calls.erase(ExistingIt); in RefreshCallGraph()
270 StringMap<uint32_t>::iterator ExistingIt; in TEST_F() local271 std::tie(ExistingIt, Inserted) = in TEST_F()276 EXPECT_EQ(NewIt, ExistingIt); in TEST_F()