Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp350 auto IndexIt = SCCIndices.find(C); in verify()
517 SCCIndexMapT &SCCIndices, in updatePostorderSequenceForEdgeInsertion() argument
710 SCCIndices.erase(C); in switchInternalEdgeToCall()
723 SCCIndices[C] -= IndexOffset; in switchInternalEdgeToCall()
925 int OldIdx = SCCIndices[&OldSCC]; in switchInternalEdgeToRef()
931 SCCIndices[SCCs[Idx]] = Idx; in switchInternalEdgeToRef()
1386 RC.SCCIndices[C] = SCCIndex; in removeInternalRefEdge()
1394 SCCIndices.clear(); in removeInternalRefEdge()
1678 NewRC->SCCIndices[NewC] = 0; in addSplitFunction()
1754 NewRC->SCCIndices[NewC] = Index; in addSplitRefRecursiveFunctions()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h547 SmallDenseMap<SCC *, int, 4> SCCIndices; variable
555 SCCIndices.clear(); in clear()
613 return SCCs.begin() + SCCIndices.find(&C)->second; in find()