Home
last modified time | relevance | path

Searched refs:SourceIdx (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp521 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion() local
536 for (int i = SourceIdx, e = TargetIdx + 1; i < e; ++i) in updatePostorderSequenceForEdgeInsertion()
542 assert(SourceI > (SCCs.begin() + SourceIdx) && in updatePostorderSequenceForEdgeInsertion()
554 SourceIdx = SourceI - SCCs.begin(); in updatePostorderSequenceForEdgeInsertion()
555 assert(SCCs[SourceIdx] == &SourceSCC && in updatePostorderSequenceForEdgeInsertion()
562 if (SourceIdx + 1 < TargetIdx) { in updatePostorderSequenceForEdgeInsertion()
613 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall() local
615 if (TargetIdx < SourceIdx) { in switchInternalEdgeToCall()
1028 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge() local
1030 assert(SourceIdx < TargetIdx && in insertIncomingRefEdge()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp56 const unsigned SourceIdx = Event.IR.getSourceIndex() % Source.size(); in onEvent() local
63 ResourceUsage[R2VIndex + NumResourceUnits * SourceIdx] += Use.second; in onEvent()
/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp36 int SourceIdx) { in applyBandMemberAttributes() argument
37 bool Coincident = Source.member_get_coincident(SourceIdx).release(); in applyBandMemberAttributes()
41 isl_schedule_node_band_member_get_ast_loop_type(Source.get(), SourceIdx); in applyBandMemberAttributes()
48 SourceIdx); in applyBandMemberAttributes()