Home
last modified time | relevance | path

Searched refs:IndexIt (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1188 auto IndexIt = RefSCCIndices.find(&RC); in getRefSCCIndex() local
1189 assert(IndexIt != RefSCCIndices.end() && "RefSCC doesn't have an index!"); in getRefSCCIndex()
1190 assert(PostOrderRefSCCs[IndexIt->second] == &RC && in getRefSCCIndex()
1192 return IndexIt->second; in getRefSCCIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp306 auto IndexIt = SCCIndices.find(C); in verify() local
307 assert(IndexIt != SCCIndices.end() && in verify()