Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp319 auto IndexIt = SCCIndices.find(C); in verify()
320 assert(IndexIt != SCCIndices.end() && in verify()
325 for (auto &SCCIndexPair : SCCIndices) { in verify()
342 assert(SCCIndices.find(&TargetSCC)->second <= i && in verify()
461 SCCIndexMapT &SCCIndices, in updatePostorderSequenceForEdgeInsertion() argument
464 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()
465 int TargetIdx = SCCIndices[&TargetSCC]; in updatePostorderSequenceForEdgeInsertion()
480 SCCIndices.find(SCCs[i])->second = i; in updatePostorderSequenceForEdgeInsertion()
515 SCCIndices.find(SCCs[i])->second = i; in updatePostorderSequenceForEdgeInsertion()
558 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h557 SmallDenseMap<SCC *, int, 4> SCCIndices; variable
565 SCCIndices.clear(); in clear()
627 return SCCs.begin() + SCCIndices.find(&C)->second; in find()