Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp353 auto IndexIt = SCCIndices.find(C); in verify()
354 assert(IndexIt != SCCIndices.end() && in verify()
359 for (auto [C, I] : SCCIndices) { in verify()
374 assert(SCCIndices.find(&TargetSCC)->second <= I && in verify()
518 SCCIndexMapT &SCCIndices, in updatePostorderSequenceForEdgeInsertion() argument
521 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()
522 int TargetIdx = SCCIndices[&TargetSCC]; in updatePostorderSequenceForEdgeInsertion()
537 SCCIndices.find(SCCs[I])->second = I; in updatePostorderSequenceForEdgeInsertion()
571 SCCIndices.find(SCCs[I])->second = I; in updatePostorderSequenceForEdgeInsertion()
611 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h554 SmallDenseMap<SCC *, int, 4> SCCIndices; variable
562 SCCIndices.clear(); in clear()
620 return SCCs.begin() + SCCIndices.find(&C)->second; in find()