Searched refs:SourceIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp476 int SourceIdx = SCCIndices[&SourceSCC]; local
478 assert(SourceIdx < TargetIdx && "Cannot have equal indices here!");
489 SCCs.begin() + SourceIdx, SCCs.begin() + TargetIdx + 1,
491 for (int i = SourceIdx, e = TargetIdx + 1; i < e; ++i)
497 assert(SourceI > (SCCs.begin() + SourceIdx) &&
509 SourceIdx = SourceI - SCCs.begin();
510 assert(SCCs[SourceIdx] == &SourceSCC &&
517 if (SourceIdx + 1 < TargetIdx) {
524 SCCs.begin() + SourceIdx + 1, SCCs.begin() + TargetIdx + 1,
526 for (int i = SourceIdx
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp55 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); local
62 ResourceUsage[R2VIndex + NumResourceUnits * SourceIdx] += Use.second;

Completed in 57 milliseconds