Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp306 auto IndexIt = SCCIndices.find(C); in verify()
307 assert(IndexIt != SCCIndices.end() && in verify()
312 for (auto &SCCIndexPair : SCCIndices) { in verify()
329 assert(SCCIndices.find(&TargetSCC)->second <= i && in verify()
448 SCCIndexMapT &SCCIndices, in updatePostorderSequenceForEdgeInsertion() argument
451 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()
452 int TargetIdx = SCCIndices[&TargetSCC]; in updatePostorderSequenceForEdgeInsertion()
467 SCCIndices.find(SCCs[i])->second = i; in updatePostorderSequenceForEdgeInsertion()
502 SCCIndices.find(SCCs[i])->second = i; in updatePostorderSequenceForEdgeInsertion()
545 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
[all …]
/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/swiftshader/third_party/llvm-7.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()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h450 SmallDenseMap<SCC *, int, 4> SCCIndices; variable
511 return SCCs.begin() + SCCIndices.find(&C)->second; in find()