Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp222 for (auto &SCCIndexPair : SCCIndices) { in verify()
238 assert(SCCIndices.find(&TargetSCC)->second <= i && in verify()
290 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
291 int TargetIdx = SCCIndices[&TargetSCC]; in switchInternalEdgeToCall()
368 SCCIndices.find(SCCs[i])->second = i; in switchInternalEdgeToCall()
416 if (SCCIndices.find(&EdgeC)->second <= SourceIdx) in switchInternalEdgeToCall()
431 SCCIndices.find(SCCs[i])->second = i; in switchInternalEdgeToCall()
456 SCCIndices.erase(C); in switchInternalEdgeToCall()
469 SCCIndices[C] -= IndexOffset; in switchInternalEdgeToCall()
658 int OldIdx = SCCIndices[&OldSCC]; in switchInternalEdgeToRef()
[all …]
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h450 SmallDenseMap<SCC *, int, 4> SCCIndices; variable
511 return SCCs.begin() + SCCIndices.find(&C)->second; in find()