Searched refs:updatePredecessors (Results 1 – 7 of 7) sorted by relevance
67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() function in IntervalPartition91 updatePredecessors(Intervals[i]); in runOnFunction()117 updatePredecessors(Intervals[i]); in IntervalPartition()
58 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() function in IntervalPartition83 updatePredecessors(Intervals[i]); in runOnFunction()111 updatePredecessors(Intervals[i]); in IntervalPartition()
103 void updatePredecessors(Interval *Int);
106 void updatePredecessors(Interval *Int);
595 auto updatePredecessors = [&](Block *block, unsigned clusterIndex) { in merge() local604 updatePredecessors(leaderBlock, /*clusterIndex=*/0); in merge()606 updatePredecessors(blocksToMerge[i], /*clusterIndex=*/i + 1); in merge()