Searched refs:IndexMapI (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp51 auto IndexMapI = EdgeIndexMap.find(&TargetN); local
52 if (IndexMapI == EdgeIndexMap.end())
55 Edges[IndexMapI->second] = Edge();
56 EdgeIndexMap.erase(IndexMapI);

Completed in 128 milliseconds