Home
last modified time | relevance | path

Searched refs:ExistingIt (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DCallGraphSCCPass.cpp274 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph() local
276 if (ExistingIt != CallSites.end()) { in RefreshCallGraph()
277 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
280 CallSites.erase(ExistingIt); in RefreshCallGraph()
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DCallGraphSCCPass.cpp253 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph() local
255 if (ExistingIt != CallSites.end()) { in RefreshCallGraph()
256 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
259 CallSites.erase(ExistingIt); in RefreshCallGraph()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp286 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph() local
288 if (ExistingIt != CallSites.end()) { in RefreshCallGraph()
289 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
292 CallSites.erase(ExistingIt); in RefreshCallGraph()
/external/llvm/unittests/ADT/
DStringMapTest.cpp247 StringMap<uint32_t>::iterator ExistingIt; in TEST_F() local
248 std::tie(ExistingIt, Inserted) = in TEST_F()
253 EXPECT_EQ(NewIt, ExistingIt); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringMapTest.cpp249 StringMap<uint32_t>::iterator ExistingIt; in TEST_F() local
250 std::tie(ExistingIt, Inserted) = in TEST_F()
255 EXPECT_EQ(NewIt, ExistingIt); in TEST_F()