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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp53 auto IndexMapI = EdgeIndexMap.find(&TargetN); local
54 if (IndexMapI == EdgeIndexMap.end())
57 Edges[IndexMapI->second] = Edge();
58 EdgeIndexMap.erase(IndexMapI);

Completed in 62 milliseconds