Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIntervalPartition.cpp67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() function in IntervalPartition
91 updatePredecessors(I); in runOnFunction()
117 updatePredecessors(I); in IntervalPartition()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIntervalPartition.h103 void updatePredecessors(Interval *Int);
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp627 auto updatePredecessors = [&](Block *block, unsigned clusterIndex) { in merge() local
636 updatePredecessors(leaderBlock, /*clusterIndex=*/0); in merge()
638 updatePredecessors(blocksToMerge[i], /*clusterIndex=*/i + 1); in merge()